]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add description for calendar uri 35042/head
authorChristopher Ng <chrng8@gmail.com>
Wed, 9 Nov 2022 00:34:20 +0000 (00:34 +0000)
committerChristopher Ng <chrng8@gmail.com>
Wed, 9 Nov 2022 00:34:20 +0000 (00:34 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
lib/public/Calendar/ICalendar.php

index e1644ca82aaee99d245a13f64002f45e650222f5..2631ef327fc6b59dac184bbdb77b2334609a228e 100644 (file)
@@ -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;