Ejemplo n.º 1
0
 /**
  * clear all mounts and storage backends
  */
 public static function clearMounts()
 {
     self::$mounts = array();
     self::$storages = array();
 }