IResource
Tags
Table of Contents
- canAccess() : bool
- Can a user/guest access the resource
- getCollections() : \OCP\Collaboration\Resources\ICollection[]
- getId() : string
- getRichObject() : array
- getType() : string
Methods
canAccess()
Can a user/guest access the resource
public
canAccess(IUser|null $user) : bool
Parameters
- $user : IUser|null
Tags
Return values
bool —getCollections()
public
getCollections() : \OCP\Collaboration\Resources\ICollection[]
Tags
Return values
\OCP\Collaboration\Resources\ICollection[] —getId()
public
getId() : string
Tags
Return values
string —getRichObject()
public
getRichObject() : array
Tags
Return values
array —getType()
public
getType() : string