コード例 #1
0
ファイル: Manager.php プロジェクト: rom1git/Centurion
 /**
  * Clears all current config parameters.
  * @static
  * @return void
  */
 public static function clear()
 {
     self::$_config = array();
 }