Implements interfaces:
Directory class
This is a helper class, that should aid in getting directory classes setup. Most of its methods are implemented, and throw permission denied exceptions
Located in /sources_custom/Sabre/DAV/Directory.php (line 15)
Sabre_DAV_Node | --Sabre_DAV_Directory
| Class | Description |
|---|---|
| Sabre_CalDAV_CalendarRootNode | Users collection |
| Sabre_DAV_Auth_PrincipalCollection | Principals Collection |
| Sabre_DAV_SimpleDirectory | SimpleDirectory |
Checks is a child-node exists.
It is generally a good idea to try and override this. Usually it can be optimized.
Creates a new subdirectory
Creates a new file in the directory
Returns a child object, by its name.
This method makes use of the getChildren method to grab all the child nodes, and compares the name. Generally its wise to override this, as this can usually be optimized
Inherited From Sabre_DAV_Node
Sabre_DAV_Node::delete()
Sabre_DAV_Node::getLastModified()
Sabre_DAV_Node::setName()
Documentation generated on Sun, 02 Jan 2011 23:13:14 +0000 by phpDocumentor 1.4.3