IBackend
in
Interface IBackend
Tags
Table of Contents
Methods
- getAllResources() : array<string|int, 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() : array<string|int, string>
- get a list of all resource identifiers in this backend
Methods
getAllResources()
get a list of all resources in this backend
public
getAllResources() : array<string|int, IResource>
Tags
Return values
array<string|int, IResource>getBackendIdentifier()
Get unique identifier of the backend
public
getBackendIdentifier() : string
Tags
Return values
stringgetResource()
get a resource by it's id
public
getResource(string $id) : IResource|null
Parameters
- $id : string
Tags
Return values
IResource|nulllistAllResources()
get a list of all resource identifiers in this backend
public
listAllResources() : array<string|int, string>