예제 #1
0
파일: GO.php 프로젝트: ajaboa/crmpuan
 /**
  *
  * @return \GO\Base\Config
  */
 public static function config()
 {
     if (!isset(self::$_config)) {
         self::$_config = new \GO\Base\Config();
     }
     return self::$_config;
 }