$nodes
$nodes :
Represents an embed node.
__construct( $name, $index, \Twig_Node_Expression $variables = null, $only = false, $ignoreMissing = false, integer $lineno, string $tag = null)
Constructor.
The nodes are automatically made available as properties ($this->node). The attributes are automatically made available as array items ($this['name']).
$name | ||
$index | ||
\Twig_Node_Expression | $variables | |
$only | ||
$ignoreMissing | ||
integer | $lineno | The line number |
string | $tag | The tag name associated with the Node |
compile(\Twig_Compiler $compiler)
\Twig_Compiler | $compiler |
getNode( $name) : \Twig_Node
$name |
addGetTemplate(\Twig_Compiler $compiler)
\Twig_Compiler | $compiler |
addTemplateArguments(\Twig_Compiler $compiler)
\Twig_Compiler | $compiler |