IBackend
Interface IBackend
Tags
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
Return values
\OCP\Calendar\Resource\IResource[] —getBackendIdentifier()
Get unique identifier of the backend
public
getBackendIdentifier() : string
Tags
Return values
string —getResource()
get a resource by it's id
public
getResource(string $id) : IResource|null
Parameters
- $id : string
Tags
Return values
IResource|null —listAllResources()
get a list of all resource identifiers in this backend
public
listAllResources() : string[]