diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2015-11-02 21:06:55 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2015-11-05 15:59:09 +0100 |
commit | 0be05fdddd06866a55f168d44ad792066235ad96 (patch) | |
tree | 1ae4db9549b365afbf98bdbe5f56962545e00405 /lib/private/share20/ishare.php | |
parent | 0c566698a161b0385ddce34293f98e040ba4d660 (diff) | |
download | nextcloud-server-0be05fdddd06866a55f168d44ad792066235ad96.tar.gz nextcloud-server-0be05fdddd06866a55f168d44ad792066235ad96.zip |
Add unshare hooks
Diffstat (limited to 'lib/private/share20/ishare.php')
-rw-r--r-- | lib/private/share20/ishare.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/share20/ishare.php b/lib/private/share20/ishare.php index 7c5cce9b21e..fa7c1ea614c 100644 --- a/lib/private/share20/ishare.php +++ b/lib/private/share20/ishare.php @@ -146,4 +146,11 @@ interface IShare { * @return int */ public function getParent(); + + /** + * Get the target of this share + * + * @return string + */ + public function getTarget(); } |