コード例 #1
0
ファイル: personalmount.php プロジェクト: rosarion/core
 /**
  * Remove the mount points
  *
  * @return bool
  */
 public function removeMount()
 {
     $this->storagesService->removeStorage($this->storageId);
     return true;
 }