17 ->subcompile($this->
getNode(
'left'))
19 ->subcompile($this->
getNode(
'right'))
26 return $compiler->
raw(
'..');
30 class_alias(
'Twig_Node_Expression_Binary_Range',
'Twig\Node\Expression\Binary\RangeBinary',
false);
raw($string)
Adds a raw string to the compiled code.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
operator(Twig_Compiler $compiler)