35 if ($child->getName() ===
$name)
return $child;
38 throw new Exception\NotFound(
'File not found: ' .
$name);
91 throw new Exception\Forbidden(
'Permission denied to create file (filename ' .
$name .
')');
104 throw new Exception\Forbidden(
'Permission denied to create directory');
getChildren()
Returns an array with all the child nodes.
createFile($name, $data=null)
Creates a new file in the directory.
createDirectory($name)
Creates a new subdirectory.
The ICollection Interface.
childExists($name)
Checks is a child-node exists.
getChild($name)
Returns a child object, by its name.