class Encoder

Simple generator for Nette Object Notation.

Constants

BLOCK

Methods

string
encode(mixed $var, int $options = null)

Returns the NEON representation of a value.

Details

at line 25
string encode(mixed $var, int $options = null)

Returns the NEON representation of a value.

Parameters

mixed $var
int $options

Return Value

string