예제 #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;
 }