ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($path) | |
Sets up the node, expects a full path name. More... | |
getName () | |
Returns the name of the node. More... | |
setName ($name) | |
Renames the node. More... | |
getLastModified () | |
Returns the last modification time, as a unix timestamp. More... | |
Public Member Functions inherited from Sabre\DAV\INode | |
delete () | |
Deleted the current node. More... | |
Protected Attributes | |
$path | |
Base node-class.
The node class implements the method used by both the File and the Directory classes
Sabre\DAV\FS\Node::__construct | ( | $path | ) |
Sets up the node, expects a full path name.
string | $path |
Definition at line 31 of file Node.php.
References Sabre\DAV\FS\Node\$path.
Sabre\DAV\FS\Node::getLastModified | ( | ) |
Sabre\DAV\FS\Node::getName | ( | ) |
Returns the name of the node.
Implements Sabre\DAV\INode.
Definition at line 44 of file Node.php.
References $name, and Sabre\HTTP\URLUtil\splitPath().
Sabre\DAV\FS\Node::setName | ( | $name | ) |
Renames the node.
string | $name | The new name |
Implements Sabre\DAV\INode.
Definition at line 57 of file Node.php.
References $name, and Sabre\HTTP\URLUtil\splitPath().
|
protected |
Definition at line 24 of file Node.php.
Referenced by Sabre\DAV\FS\Node\__construct(), Sabre\DAVACL\FS\File\__construct(), Sabre\DAVACL\FS\Collection\__construct(), Sabre\DAV\FSExt\Directory\childExists(), Sabre\DAV\FS\Directory\childExists(), Sabre\DAVACL\FS\Collection\getChild(), Sabre\DAV\FS\Directory\getChild(), and Sabre\DAV\FSExt\Directory\getChild().