INode
The INode interface is the base interface, and the parent class of both ICollection and IFile.
- Full name:
\Sabre\DAV\INode
Methods
delete
Deleted the current node.
getName
Returns the name of the node.
This is used to generate the url.
setName
Renames the node.
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
string | The new name |
getLastModified
Returns the last modification time, as a unix timestamp. Return null if the information is not available.
Automatically generated on 2025-03-18