summaryrefslogtreecommitdiffstats
path: root/lib/private/share20/ishare.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/share20/ishare.php')
-rw-r--r--lib/private/share20/ishare.php7
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();
}