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