InvalidTagValueNode
in package
implements
PhpDocTagValueNode
uses
NodeAttributes
Table of Contents
Interfaces
Properties
- $exception : ParserException
- $value : string
- $attributes : array<string, mixed>
- $exceptionArgs : array<string|int, mixed>
Methods
- __construct() : mixed
- __get() : ParserException|null
- __toString() : string
- getAttribute() : mixed
- hasAttribute() : bool
- setAttribute() : void
Properties
$exception
public
ParserException
$exception
$value
public
string
$value
(may be empty)
$attributes
private
array<string, mixed>
$attributes
= []
$exceptionArgs
private
array<string|int, mixed>
$exceptionArgs
Methods
__construct()
public
__construct(string $value, ParserException $exception) : mixed
Parameters
- $value : string
- $exception : ParserException
__get()
public
__get(string $name) : ParserException|null
Parameters
- $name : string
Return values
ParserException|null__toString()
public
__toString() : string
Return values
stringgetAttribute()
public
getAttribute(string $key) : mixed
Parameters
- $key : string
hasAttribute()
public
hasAttribute(string $key) : bool
Parameters
- $key : string
Return values
boolsetAttribute()
public
setAttribute(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed