コード例 #1
0
ファイル: fFilesystem.php プロジェクト: jsuarez/MyDesign
 /**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::rollback();
     self::$exception_map = array();
     self::$filename_map = array();
     self::$web_path_translations = array();
 }