예제 #1
0
파일: One.php 프로젝트: schpill/thin
 /**
  * Delete all configs in _config array.
  */
 public static function reset_config()
 {
     self::$_config = [];
 }