LiteralNode
final class LiteralNode extends Node
| internal |
Constants
| private SIMPLE_TYPES |
|
| private PATTERN_DATETIME |
|
| private PATTERN_HEX |
|
| private PATTERN_OCTAL |
|
| private PATTERN_BINARY |
|
Methods
__construct(mixed $value)
No description
mixed
toValue()
No description
static mixed
parse(string $value, bool $isKey = false)
No description
string
toString()
No description
Details
at line 30
__construct(mixed $value)
No description
at line 36
mixed
toValue()
No description
at line 42
static mixed
parse(string $value, bool $isKey = false)
No description
at line 68
string
toString()
No description