예제 #1
0
파일: Base.class.php 프로젝트: Sect0R/WOOPS
 /**
  * Sets the needed static variables
  * 
  * @return  void
  */
 private static function _setStaticVars()
 {
     // Gets the instance of the number utilities
     self::$_debug = (bool) Woops_Core_Config_Getter::getInstance()->getVar('error', 'verbose');
     // Static variables are set
     self::$_hasStatic = true;
 }