/** * Clears all current config parameters. * @static * @return void */ public static function clear() { self::$_config = array(); }