ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getLastModified () | |
Returns the last modification time as a unix timestamp. More... | |
delete () | |
Deletes the current node. More... | |
setName ($name) | |
Renames the node. More... | |
Public Member Functions inherited from Sabre\DAV\INode | |
getName () | |
Returns the name of the node. More... | |
Node class.
This is a helper class, that should aid in getting nodes setup.
Sabre\DAV\Node::delete | ( | ) |
Sabre\DAV\Node::getLastModified | ( | ) |
Returns the last modification time as a unix timestamp.
If the information is not available, return null.
Implements Sabre\DAV\INode.
Sabre\DAV\Node::setName | ( | $name | ) |
Renames the node.
string | $name | The new name |
Exception |
Implements Sabre\DAV\INode.