Beispiel #1
0
 public function subcompile(Twig_Node $node, $raw = true)
 {
     if (false === $raw) {
         $this->addIndentation();
     }
     $node->compile($this);
     return $this;
 }
Beispiel #2
0
 public function subcompile(Twig_Node $node)
 {
     $node->compile($this);
     return $this;
 }