Example #1
0
 /**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::rollback();
     self::$commit_operations = NULL;
     self::$deleted_map = array();
     self::$filename_map = array();
     self::$rollback_operations = NULL;
     self::$web_path_translations = array();
 }