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:
Diffstat (limited to 'lib/public/Calendar/Room/IBackend.php')
-rw-r--r--lib/public/Calendar/Room/IBackend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Calendar/Room/IBackend.php b/lib/public/Calendar/Room/IBackend.php
index 0d4c3ef678f..f675012ab39 100644
--- a/lib/public/Calendar/Room/IBackend.php
+++ b/lib/public/Calendar/Room/IBackend.php
@@ -37,6 +37,7 @@ interface IBackend {
*
* @throws BackendTemporarilyUnavailableException
* @return IRoom[]
+ * @since 14.0.0
*/
public function getAllRooms():array;
@@ -45,6 +46,7 @@ interface IBackend {
*
* @throws BackendTemporarilyUnavailableException
* @return string[]
+ * @since 14.0.0
*/
public function listAllRooms():array;
@@ -54,6 +56,7 @@ interface IBackend {
* @param string $id
* @throws BackendTemporarilyUnavailableException
* @return IRoom|null
+ * @since 14.0.0
*/
public function getRoom($id);