コード例 #1
0
ファイル: filesystem.php プロジェクト: noci2012/owncloud
 /**
  * clear all mounts and storage backends
  */
 public static function clearMounts()
 {
     self::$mounts = array();
     self::$storages = array();
 }