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