Пример #1
0
 /**
  *
  * @return \GO\Base\Config
  */
 public static function config()
 {
     if (!isset(self::$_config)) {
         self::$_config = new \GO\Base\Config();
     }
     return self::$_config;
 }