IBackend
Interface IBackend
Tags
Table of Contents
- getAllRooms() : \OCP\Calendar\Room\IRoom[]
- get a list of all rooms in this backend
- getBackendIdentifier() : string
- Get unique identifier of the backend
- getRoom() : IRoom|null
- get a room by it's id
- listAllRooms() : string[]
- get a list of all room identifiers in this backend
Methods
getAllRooms()
get a list of all rooms in this backend
public
getAllRooms() : \OCP\Calendar\Room\IRoom[]
Tags
Return values
\OCP\Calendar\Room\IRoom[] —getBackendIdentifier()
Get unique identifier of the backend
public
getBackendIdentifier() : string
Tags
Return values
string —getRoom()
get a room by it's id
public
getRoom(string $id) : IRoom|null
Parameters
- $id : string
Tags
Return values
IRoom|null —listAllRooms()
get a list of all room identifiers in this backend
public
listAllRooms() : string[]