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