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 it's 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