|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\TreeMock:
Collaboration diagram for Sabre\DAV\TreeMock:Public Member Functions | |
| __construct () | |
Public Member Functions inherited from Sabre\DAV\Tree | |
| __construct (ICollection $rootNode) | |
| Creates the object. More... | |
| getNodeForPath ($path) | |
| Returns the INode object for the requested path. More... | |
| nodeExists ($path) | |
| This function allows you to check if a node exists. More... | |
| copy ($sourcePath, $destinationPath) | |
| Copies a file from path to another. More... | |
| move ($sourcePath, $destinationPath) | |
| Moves a file from one location to another. More... | |
| delete ($path) | |
| Deletes a node from the tree. More... | |
| getChildren ($path) | |
| Returns a list of childnodes for a given path. More... | |
| markDirty ($path) | |
| This method is called with every tree update. More... | |
| getMultipleNodes ($paths) | |
| This method tells the tree system to pre-fetch and cache a list of children of a single parent. More... | |
Private Attributes | |
| $nodes = [] | |
Additional Inherited Members | |
Protected Member Functions inherited from Sabre\DAV\Tree | |
| copyNode (INode $source, ICollection $destinationParent, $destinationName=null) | |
| copyNode More... | |
Protected Attributes inherited from Sabre\DAV\Tree | |
| $rootNode | |
| $cache = [] | |
Definition at line 86 of file TreeTest.php.
| Sabre\DAV\TreeMock::__construct | ( | ) |
Definition at line 90 of file TreeTest.php.
|
private |
Definition at line 88 of file TreeTest.php.