$nodes
$nodes :
Represents a node in the AST.
__construct(array $usedFilters, array $usedTags, array $usedFunctions)
Constructor.
The nodes are automatically made available as properties ($this->node). The attributes are automatically made available as array items ($this['name']).
array | $usedFilters | |
array | $usedTags | |
array | $usedFunctions |
compile(\Twig_Compiler $compiler)
\Twig_Compiler | $compiler |
getNode( $name) : \Twig_Node
$name |