Пример #1
0
 /**
  * Creates FirePHP object and stores it for singleton access
  *
  * @return AXION_UTIL_FIREPHP
  */
 public static function init()
 {
     return self::$instance = new self();
 }