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:
authorChristopher Ng <chrng8@gmail.com>2022-11-09 03:34:20 +0300
committerChristopher Ng <chrng8@gmail.com>2022-11-09 03:34:20 +0300
commit41d4e0a27234c73e086f61af1ab1018190cdfbb5 (patch)
treedeee0909b6a7951cd24799b705f5a83ee3006f09
parentd65fd72452a09d6c107517d5a7c08d138c009c54 (diff)
Add description for calendar uri
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-rw-r--r--lib/public/Calendar/ICalendar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php
index e1644ca82aa..2631ef327fc 100644
--- a/lib/public/Calendar/ICalendar.php
+++ b/lib/public/Calendar/ICalendar.php
@@ -40,6 +40,7 @@ interface ICalendar {
public function getKey(): string;
/**
+ * In comparison to getKey() this function returns a unique uri within the scope of the principal
* @since 24.0.0
*/
public function getUri(): string;