Encoder
final class Encoder
| internal |
Converts value to NEON format.
Constants
| BLOCK |
|
Properties
| $blockMode | |||
| $indentation |
Methods
string
encode(mixed $val)
Returns the NEON representation of a value.
valueToNode(mixed $val, bool $blockMode = false)
No description
Details
at line 31
string
encode(mixed $val)
Returns the NEON representation of a value.
at line 38
Node
valueToNode(mixed $val, bool $blockMode = false)
No description