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