/** * Delete all configs in _config array. */ public static function reset_config() { self::$_config = []; }