InvalidTagValueNode
in package
implements
PhpDocTagValueNode
Uses
NodeAttributes
Interfaces, Classes and Traits
Table of Contents
- $exception : ParserException
- $value : string
- $attributes : array<string, mixed>
- $exceptionArgs : array<string|int, mixed>
- __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
Return values
mixed —__get()
public
__get(string $name) : ParserException|null
Parameters
- $name : string
Return values
ParserException|null —__toString()
public
__toString() : string
Return values
string —getAttribute()
public
getAttribute(string $key) : mixed
Parameters
- $key : string
Return values
mixed —hasAttribute()
public
hasAttribute(string $key) : bool
Parameters
- $key : string
Return values
bool —setAttribute()
public
setAttribute(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed