summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-02 18:29:55 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-02 18:29:55 -0400
commitdb37a454b345acea72c693cf1043608722ce14d2 (patch)
tree52a263b014b6cfc889e40f6ca696b2beea02e363 /lib/public
parentf0f2d939087b2349a4f3250afc17162194bd5c6a (diff)
downloadnextcloud-server-db37a454b345acea72c693cf1043608722ce14d2.tar.gz
nextcloud-server-db37a454b345acea72c693cf1043608722ce14d2.zip
Add parameter documentation
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 481f60d06d2..9b42b417f39 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -891,6 +891,7 @@ class Share {
* @param int SHARE_TYPE_USER, SHARE_TYPE_GROUP, or SHARE_TYPE_LINK
* @param string User or group the item is being shared with
* @param string The suggested target originating from a reshare (optional)
+ * @param int The id of the parent group share (optional)
* @return string Item target
*/
private static function generateTarget($itemType, $itemSource, $shareType, $shareWith, $uidOwner, $suggestedTarget = null, $groupParent = null) {