コード例 #1
0
ファイル: One.php プロジェクト: schpill/thin
 /**
  * Delete all configs in _config array.
  */
 public static function reset_config()
 {
     self::$_config = [];
 }