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