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

Parameters

mixed $value

at line 36
mixed toValue()

No description

Return Value

mixed

at line 42
static mixed parse(string $value, bool $isKey = false)

No description

Parameters

string $value
bool $isKey

Return Value

mixed

at line 68
string toString()

No description

Return Value

string