StringNode
final class StringNode extends Node
| internal |
Constants
| private ESCAPE_SEQUENCES |
|
Properties
| string | $value |
Methods
__construct(string $value, int $pos = null)
No description
mixed
toValue()
No description
static string
parse(string $s)
No description
string
toString()
No description
Details
at line 27
__construct(string $value, int $pos = null)
No description
at line 34
mixed
toValue()
No description
at line 40
static string
parse(string $s)
No description
at line 78
string
toString()
No description