36 parent::__construct($node, $filterName, $arguments,
$lineno,
$tag);
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
Compiles a node to PHP code.
Returns the value or the default value when it is undefined or empty.
Represents a node in the AST.
getAttribute($name)
Gets an attribute.
subcompile(Twig_NodeInterface $node, $raw=true)
Checks if a variable is defined in the current context.
Represents a node in the AST.
__construct(Twig_NodeInterface $node, Twig_Node_Expression_Constant $filterName, Twig_NodeInterface $arguments, $lineno, $tag=null)
getNode($name)
Gets a node by name.