class Node
Represents a node in the AST.
Properties
$nodes $attributes
Methods
__construct(array $nodes = array(), array $attributes = array()) Constructor.
__toString()
compile(Compiler $compiler)
evaluate($functions, $values)
Details
__construct(array $nodes = array(), array $attributes = array())
Constructor. Parameters array $nodes An array of nodes array $attributes An array of attributes