예제 #1
0
파일: View.php 프로젝트: crapougnax/t41
 public static function display($content = null, $error = null)
 {
     Core::setFancyExceptions(false);
     if (self::_isInstanciated()) {
         return self::$_display->display($content, $error);
     }
 }