Nextcloud PHP API (master)

IBackend

Interface IBackend

Tags
since
14.0.0

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

getBackendIdentifier()

Get unique identifier of the backend

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

listAllResources()

get a list of all resource identifiers in this backend

public listAllResources() : array<string|int, string>
Tags
throws
BackendTemporarilyUnavailableException
since
14.0.0
Return values
array<string|int, string>

        
On this page

Search results