final class Encoder

internal  
 

Converts value to NEON format.

Constants

BLOCK

Properties

$blockMode
$indentation

Methods

string
encode(mixed $val)

Encodes a PHP value to a NEON string.

valueToNode(mixed $val, bool $blockMode = false)

Converts a PHP value to its AST node representation.

Details

at line 27
string encode(mixed $val)

Encodes a PHP value to a NEON string.

Parameters

mixed $val

Return Value

string

at line 35
Node valueToNode(mixed $val, bool $blockMode = false)

Converts a PHP value to its AST node representation.

Parameters

mixed $val
bool $blockMode

Return Value

Node