예제 #1
0
파일: Module.php 프로젝트: jasmun/Noco100
 protected function compileDebugInfo(IfwPsn_Vendor_Twig_Compiler $compiler)
 {
     $compiler->write("public function getDebugInfo()\n", "{\n")->indent()->write(sprintf("return %s;\n", str_replace("\n", '', var_export(array_reverse($compiler->getDebugInfo(), true), true))))->outdent()->write("}\n");
 }