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