Exemplo n.º 1
0
 /**
  * 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;
 }