Nextcloud PHP API (master)

IBackend

Interface IBackend

Tags
since
14.0.0

Table of Contents

Methods

getAllRooms()  : array<string|int, 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 its id.
listAllRooms()  : array<string|int, string>
Get a list of all room identifiers in this backend.

Methods

getBackendIdentifier()

Get unique identifier of the backend.

public getBackendIdentifier() : string
Tags
since
14.0.0
Return values
string
On this page

Search results