コード例 #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");
 }