Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-16 14:28:41 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-05-23 20:51:37 +0300
commitbc34a7f4e91610edca838f333ad7a14d11cc1880 (patch)
treeeaa12a09ed6582086da39b9377fb1b64efbafd01 /lib/private/Share
parent3a41db7f67f5f22dacb1b2ffee7f8d86c04900ac (diff)
Get rid of shareItem
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Share')
-rw-r--r--lib/private/Share/Share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php
index ea00cfaca26..0c9cc4c2cf9 100644
--- a/lib/private/Share/Share.php
+++ b/lib/private/Share/Share.php
@@ -327,6 +327,7 @@ class Share extends Constants {
* @throws \OC\HintException when the share type is remote and the shareWith is invalid
* @throws \Exception
* @since 5.0.0 - parameter $itemSourceName was added in 6.0.0, parameter $expirationDate was added in 7.0.0, parameter $passwordChanged added in 9.0.0
+ * TESTS ONLY
*/
public static function shareItem($itemType, $itemSource, $shareType, $shareWith, $permissions, $itemSourceName = null, \DateTime $expirationDate = null, $passwordChanged = null) {