Neon
class Neon
Simple parser & generator for Nette Object Notation.
Constants
BLOCK |
|
CHAIN |
|
Methods
static string
encode($var, $options = NULL)
Returns the NEON representation of a value.
static mixed
decode($input)
Decodes a NEON string.
Details
at line 26
static string
encode($var, $options = NULL)
Returns the NEON representation of a value.
at line 38
static mixed
decode($input)
Decodes a NEON string.