SimpleDirectory
The SimpleDirectory is used to quickly setup static directory structures. Just create the object with a proper name, and add children to use it.
Located in /sources_custom/Sabre/DAV/SimpleDirectory.php (line 15)
Sabre_DAV_Node | --Sabre_DAV_Directory | --Sabre_DAV_SimpleDirectory
Creates this node
The name of the node must be passed, child nodes can also be bassed. This nodes must be instances of Sabre_DAV_INode
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
Returns a list of children for this collection
Returns the name of the collection
Inherited From Sabre_DAV_Directory
Sabre_DAV_Directory::childExists()
Sabre_DAV_Directory::createDirectory()
Sabre_DAV_Directory::createFile()
Sabre_DAV_Directory::getChild()
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:24:49 +0000 by phpDocumentor 1.4.3