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:
authorGeorg Ehrke <developer@georgehrke.com>2018-06-19 13:22:30 +0300
committerGeorg Ehrke <developer@georgehrke.com>2018-06-25 05:59:04 +0300
commitcba783f5df8b0129d6b95056ef299e504fed4094 (patch)
tree0d9744ee201a041822277607181e8d81e3d04d63 /lib/public/Calendar/Room/IBackend.php
parentda533d747088633535e5d5281da433753d3cfc81 (diff)
Calendar resource booking: unit tests / adding missing annotations
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
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);