LiteralNode
final class LiteralNode extends Node
internal |
Constants
private SIMPLE_TYPES |
|
private DEPRECATED_TYPES |
|
private PATTERN_DATETIME |
|
private PATTERN_HEX |
|
private PATTERN_OCTAL |
|
private PATTERN_BINARY |
|
Properties
mixed | $value |
Methods
__construct($value, int $pos = null)
No description
mixed
toValue()
No description
static mixed
parse(string $value, bool $isKey = false)
No description
string
toString()
No description
Details
at line 35
__construct($value, int $pos = null)
No description
at line 42
mixed
toValue()
No description
at line 49
static mixed
parse(string $value, bool $isKey = false)
No description
at line 78
string
toString()
No description