class Encoder

Simple generator for Nette Object Notation.

Constants

BLOCK

Methods

string
encode($var, $options = NULL)

Returns the NEON representation of a value.

Details

at line 27
string encode($var, $options = NULL)

Returns the NEON representation of a value.

Parameters

$var
$options

Return Value

string