Exemplo n.º 1
0
 /**
  * Get the item of item type shared by a link
  * @param string $itemType
  * @param string $itemSource
  * @param string $uidOwner Owner of link
  * @return Item
  */
 public static function getItemSharedWithByLink($itemType, $itemSource, $uidOwner)
 {
     return \OC\Share\Share::getItemSharedWithByLink($itemType, $itemSource, $uidOwner);
 }