Nextcloud PHP API (stable18)

IBackend

Interface IBackend

Tags
since
14.0.0

Table of Contents

getAllResources()  : \OCP\Calendar\Resource\IResource[]
get a list of all resources in this backend
getBackendIdentifier()  : string
Get unique identifier of the backend
getResource()  : IResource|null
get a resource by it's id
listAllResources()  : string[]
get a list of all resource identifiers in this backend

Methods

getAllResources()

get a list of all resources in this backend

public getAllResources() : \OCP\Calendar\Resource\IResource[]
Tags
throws
BackendTemporarilyUnavailableException
since
14.0.0
Return values
\OCP\Calendar\Resource\IResource[]

getBackendIdentifier()

Get unique identifier of the backend

public getBackendIdentifier() : string
Tags
since
14.0.0
Return values
string

Search results