StringNode
final class StringNode extends Node
| internal |
Constants
| private EscapeSequences |
|
Methods
__construct(string $value, string $indentation = "\t")
No description
mixed
toValue()
Converts the node to its PHP value.
static string
string
toString()
Converts the node back to its NEON representation.
Details
at line 23
__construct(string $value, string $indentation = "\t")
No description
at line 30
mixed
toValue()
Converts the node to its PHP value.
at line 37
static string
parse(string $s, Position $position)
Parses a raw NEON string token (including its delimiters) and returns the decoded string value.
at line 71
string
toString()
Converts the node back to its NEON representation.