static function setConfig($cfg = null) { self::$defaultConfig = is_null($cfg) ? Gongo_Config::get() : $cfg; }