ObjectTree class
This implementation of the Tree class makes use of the INode, IFile and ICollection API's
Located in /sources_custom/Sabre/DAV/ObjectTree.php (line 14)
Sabre_DAV_Tree | --Sabre_DAV_ObjectTree
This is the node cache. Accessed nodes are stored here
The root node
Creates the object
This method expects the rootObject to be passed as a parameter
Returns a list of childnodes for a given path.
Returns the INode object for the requested path
This method is called with every tree update
Examples of tree updates are: * node deletions * node creations * copy * move * renaming nodes
If Tree classes implement a form of caching, this will allow them to make sure caches will be expired.
If a path is passed, it is assumed that the entire subtree is dirty
This function allows you to check if a node exists.
Inherited From Sabre_DAV_Tree
Sabre_DAV_Tree::copy()
Sabre_DAV_Tree::copyNode()
Sabre_DAV_Tree::delete()
Sabre_DAV_Tree::getChildren()
Sabre_DAV_Tree::getNodeForPath()
Sabre_DAV_Tree::markDirty()
Sabre_DAV_Tree::move()
Sabre_DAV_Tree::nodeExists()
Documentation generated on Sun, 02 Jan 2011 23:19:13 +0000 by phpDocumentor 1.4.3