class Neon

Simple parser & generator for Nette Object Notation.

Constants

BLOCK

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 27
static string encode($var, $options = NULL)

Returns the NEON representation of a value.

Parameters

$var
$options

Return Value

string

at line 39
static mixed decode($input)

Decodes a NEON string.

Parameters

$input

Return Value

mixed