Exemplo n.º 1
0
Arquivo: One.php Projeto: schpill/thin
 /**
  * Delete all configs in _config array.
  */
 public static function reset_config()
 {
     self::$_config = [];
 }