Пример #1
0
 static function setConfig($cfg = null)
 {
     self::$defaultConfig = is_null($cfg) ? Gongo_Config::get() : $cfg;
 }