|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\Principal\User:
Collaboration diagram for Sabre\CalDAV\Principal\User:Public Member Functions | |
| createFile ($name, $data=null) | |
| Creates a new file in the directory. More... | |
| createDirectory ($name) | |
| Creates a new subdirectory. More... | |
| getChild ($name) | |
| Returns a specific child node, referenced by its name. More... | |
| getChildren () | |
| Returns an array with all the child nodes. More... | |
| childExists ($name) | |
| Returns whether or not the child node exists. More... | |
| getACL () | |
| Returns a list of ACE's for this node. More... | |
Public Member Functions inherited from Sabre\DAVACL\Principal | |
| __construct (PrincipalBackend\BackendInterface $principalBackend, array $principalProperties=[]) | |
| Creates the principal object. More... | |
| getPrincipalUrl () | |
| Returns the full principal url. More... | |
| getAlternateUriSet () | |
| Returns a list of alternative urls for a principal. More... | |
| getGroupMemberSet () | |
| Returns the list of group members. More... | |
| getGroupMembership () | |
| Returns the list of groups this principal is member of. More... | |
| setGroupMemberSet (array $groupMembers) | |
| Sets a list of group members. More... | |
| getName () | |
| Returns this principals name. More... | |
| getDisplayName () | |
| Returns the name of the user. More... | |
| getProperties ($requestedProperties) | |
| Returns a list of properties. More... | |
| propPatch (DAV\PropPatch $propPatch) | |
| Updates properties on this node. More... | |
| getOwner () | |
| Returns the owner principal. More... | |
Public Member Functions inherited from Sabre\DAV\Node | |
| getLastModified () | |
| Returns the last modification time as a unix timestamp. More... | |
| delete () | |
| Deletes the current node. More... | |
| setName ($name) | |
| Renames the node. More... | |
| 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... | |
| 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\IProperties | |
| propPatch (PropPatch $propPatch) | |
| Updates properties on this node. More... | |
| getProperties ($properties) | |
| Returns a list of properties for this nodes. More... | |
Public Member Functions inherited from Sabre\DAVACL\IACL | |
| getOwner () | |
| Returns the owner principal. More... | |
| getGroup () | |
| Returns a group principal. More... | |
| getACL () | |
| Returns a list of ACE's for this node. More... | |
| setACL (array $acl) | |
| Updates the ACL. More... | |
| getSupportedPrivilegeSet () | |
| Returns the list of supported privileges for this node. More... | |
| createFile ($name, $data=null) | |
| Creates a new file in the directory. More... | |
| createDirectory ($name) | |
| Creates a new subdirectory. More... | |
| getChild ($name) | |
| Returns a specific child node, referenced by its name. More... | |
| getChildren () | |
| Returns an array with all the child nodes. More... | |
| childExists ($name) | |
| Checks if a child-node with the specified name exists. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Sabre\DAVACL\Principal | |
| $principalProperties | |
| $principalBackend | |
CalDAV principal.
This is a standard user-principal for CalDAV. This principal is also a collection and returns the caldav-proxy-read and caldav-proxy-write child principals.
| Sabre\CalDAV\Principal\User::childExists | ( | $name | ) |
Returns whether or not the child node exists.
| string | $name |
Implements Sabre\DAV\ICollection.
Definition at line 95 of file User.php.
References $name, and Sabre\CalDAV\Principal\User\getChild().
Here is the call graph for this function:| Sabre\CalDAV\Principal\User::createDirectory | ( | $name | ) |
Creates a new subdirectory.
| string | $name |
| DAV |
Exception\Forbidden
Implements Sabre\DAV\ICollection.
Definition at line 42 of file User.php.
| Sabre\CalDAV\Principal\User::createFile | ( | $name, | |
$data = null |
|||
| ) |
| Sabre\CalDAV\Principal\User::getACL | ( | ) |
Returns a list of ACE's for this node.
Each ACE has the following properties:
Implements Sabre\DAVACL\IACL.
Definition at line 118 of file User.php.
| Sabre\CalDAV\Principal\User::getChild | ( | $name | ) |
Returns a specific child node, referenced by its name.
| string | $name |
Implements Sabre\DAV\ICollection.
Definition at line 54 of file User.php.
References $name.
Referenced by Sabre\CalDAV\Principal\User\childExists().
Here is the caller graph for this function:| Sabre\CalDAV\Principal\User::getChildren | ( | ) |
Returns an array with all the child nodes.
Implements Sabre\DAV\ICollection.
Definition at line 75 of file User.php.
References $r.