class ArrayNode extends Node
Properties
$nodes from Node $attributes from Node
Methods
__construct() Constructor.
__toString() from Node compile(Compiler $compiler) Compiles the node to PHP.
evaluate($functions, $values)
addElement(Node $value, Node $key = null)
Details
__construct()
Constructor.
__toString()
compile(Compiler $compiler)