|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
ProxyRead principal interface. More...
Inheritance diagram for Sabre\CalDAV\Principal\IProxyRead:
Collaboration diagram for Sabre\CalDAV\Principal\IProxyRead:Additional Inherited Members | |
Public Member Functions inherited from Sabre\DAVACL\IPrincipal | |
| getAlternateUriSet () | |
| Returns a list of alternative urls for a principal. More... | |
| getPrincipalUrl () | |
| Returns the full principal url. More... | |
| getGroupMemberSet () | |
| Returns the list of group members. More... | |
| getGroupMembership () | |
| Returns the list of groups this principal is member of. More... | |
| setGroupMemberSet (array $principals) | |
| Sets a list of group members. More... | |
| getDisplayName () | |
| Returns the displayname. More... | |
Public Member Functions inherited from Sabre\DAV\INode | |
| delete () | |
| Deleted the current node. More... | |
| getName () | |
| Returns the name of the node. More... | |
| setName ($name) | |
| Renames the node. More... | |
| getLastModified () | |
| Returns the last modification time, as a unix timestamp. More... | |
ProxyRead principal interface.
Any principal node implementing this interface will be picked up as a 'proxy principal group'.
Definition at line 17 of file IProxyRead.php.