Exemplo n.º 1
0
 /**
  * Get the item of item type shared with the current user
  * @param string $itemType
  * @param string $itemTarget
  * @param int $format (optional) Format type must be defined by the backend
  * @param mixed $parameters (optional)
  * @param bool $includeCollections (optional)
  * @return mixed Return depends on format
  */
 public static function getItemSharedWith($itemType, $itemTarget, $format = self::FORMAT_NONE, $parameters = null, $includeCollections = false)
 {
     return \OC\Share\Share::getItemSharedWith($itemType, $itemTarget, $format, $parameters, $includeCollections);
 }