15 parent::__construct(array(
'node' => $node,
'arguments' => $arguments), array(
'method' => $method,
'safe' =>
false),
$lineno);
31 foreach ($this->
getNode(
'arguments')->getKeyValuePairs() as $pair) {
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
Compiles a node to PHP code.
getAttribute($name)
Gets an attribute.
Abstract class for all nodes that represents an expression.
setAttribute($name, $value)
Sets an attribute.
__construct(Twig_Node_Expression $node, $method, Twig_Node_Expression_Array $arguments, $lineno)
subcompile(Twig_NodeInterface $node, $raw=true)
raw($string)
Adds a raw string to the compiled code.
getNode($name)
Gets a node by name.