15 parent::__construct(array(
'node' => $node,
'arguments' => $arguments), array(
'name' => $name),
$lineno);
Represents a callable template test.
Compiles a node to PHP code.
getAttribute($name)
Gets an attribute.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
compileCallable(Twig_Compiler $compiler)
setAttribute($name, $value)
Sets an attribute.
getEnvironment()
Returns the environment instance related to this compiler.
Represents a node in the AST.
__construct(Twig_NodeInterface $node, $name, Twig_NodeInterface $arguments=null, $lineno)
Represents a template test.