]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add parameter documentation
authorMichael Gapczynski <mtgap@owncloud.com>
Sun, 2 Sep 2012 22:29:55 +0000 (18:29 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Sun, 2 Sep 2012 22:29:55 +0000 (18:29 -0400)
lib/public/share.php

index 481f60d06d2d09fa564978deb4c9d6916fab267f..9b42b417f398dc2e093acb70b41b7b2b8aa8566e 100644 (file)
@@ -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) {