示例#1
0
文件: Layout.php 项目: jthurteau/saf
 public static function debugHeader()
 {
     if (Saf_Debug::isVerbose()) {
         Saf_Debug::printDebugAnchor();
         Saf_Debug::printDebugReveal();
         Saf_Debug::printProfileReveal();
     }
 }