コード例 #1
0
ファイル: share.php プロジェクト: adolfo2103/hcloudfilem
 /**
  * Delete all shares with type SHARE_TYPE_LINK
  */
 public static function removeAllLinkShares()
 {
     return \OC\Share\Share::removeAllLinkShares();
 }