|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CardDAV\DirectoryMock:
Collaboration diagram for Sabre\CardDAV\DirectoryMock:Additional Inherited Members | |
Public Member Functions inherited from Sabre\DAV\SimpleCollection | |
| __construct ($name, array $children=[]) | |
| Creates this node. More... | |
| addChild (INode $child) | |
| Adds a new childnode to this collection. More... | |
| getName () | |
| Returns the name of the collection. More... | |
| getChild ($name) | |
| Returns a child object, by its name. More... | |
| getChildren () | |
| Returns a list of children for this collection. More... | |
Public Member Functions inherited from Sabre\DAV\Collection | |
| getChild ($name) | |
| Returns a child object, by its name. More... | |
| childExists ($name) | |
| Checks is a child-node exists. More... | |
| createFile ($name, $data=null) | |
| Creates a new file in the directory. More... | |
| createDirectory ($name) | |
| Creates a new subdirectory. 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... | |
| 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... | |
Protected Attributes inherited from Sabre\DAV\SimpleCollection | |
| $children = [] | |
| $name | |
Definition at line 26 of file IDirectoryTest.php.