예제 #1
0
파일: Layout.php 프로젝트: jthurteau/saf
 public static function debugHeader()
 {
     if (Saf_Debug::isVerbose()) {
         Saf_Debug::printDebugAnchor();
         Saf_Debug::printDebugReveal();
         Saf_Debug::printProfileReveal();
     }
 }