VARARGS_NAME
VARARGS_NAME = 'varargs'
Represents a macro node.
__construct( $name, \Twig_Node $body, \Twig_Node $arguments, 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 | ||
\Twig_Node | $body | |
\Twig_Node | $arguments | |
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 |