Example #1
0
 /**
  * Sets the needed static variables
  * 
  * @return  void
  */
 private static function _setStaticVars()
 {
     // Gets the instance of the number utilities
     self::$_number = Woops_Number_Utils::getInstance();
     // Gets the instance of the color converter
     self::$_converter = Woops_Color_Converter::getInstance();
     // Static variables are set
     self::$_hasStatic = true;
 }