Table of Contents
Interfaces
- TypeNode
Properties
-
$attributes
: array<string, mixed>
-
$exceptionArgs
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
__toString()
: string
-
getAttribute()
: mixed
-
getException()
: ParserException
-
hasAttribute()
: bool
-
setAttribute()
: void
$attributes
private
array<string, mixed>
$attributes
= []
$exceptionArgs
private
array<string|int, mixed>
$exceptionArgs
__construct()
public
__construct(ParserException $exception) : mixed
Parameters
-
$exception
: ParserException
-
__toString()
public
__toString() : string
getAttribute()
public
getAttribute(string $key) : mixed
Parameters
-
$key
: string
-
getException()
public
getException() : ParserException
hasAttribute()
public
hasAttribute(string $key) : bool
Parameters
-
$key
: string
-
setAttribute()
public
setAttribute(string $key, mixed $value) : void
Parameters
-
$key
: string
-
-
$value
: mixed
-