Exemplo n.º 1
0
 /**
  * Unshare an item from all users, groups, and remove all links
  * @param string $itemType
  * @param string $itemSource
  * @return boolean true on success or false on failure
  */
 public static function unshareAll($itemType, $itemSource)
 {
     return \OC\Share\Share::unshareAll($itemType, $itemSource);
 }