コード例 #1
0
ファイル: Compiler.php プロジェクト: jasmun/Noco100
 public function subcompile(IfwPsn_Vendor_Twig_NodeInterface $node, $raw = true)
 {
     if (false === $raw) {
         $this->addIndentation();
     }
     $node->compile($this);
     return $this;
 }