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... | |
![]() | |
delete () | |
Deleted the current node. 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... | |
Node class.
This is a helper class, that should aid in getting nodes setup.
Sabre\DAV\Node::delete | ( | ) |
Deletes the current node.
Exception |
Forbidden
Implements Sabre\DAV\INode.
Reimplemented in Sabre\CalDAV\CalendarObject, Sabre\CalDAV\Notifications\Node, Sabre\CalDAV\Schedule\SchedulingObject, Sabre\CalDAV\Subscriptions\Subscription, Sabre\CardDAV\AddressBook, Sabre\CardDAV\AddressBookHome, Sabre\CardDAV\Card, Sabre\DAV\Mock\Collection, Sabre\DAV\Mock\File, Sabre\DAV\TreeDirectoryTester, ilObjectDAV, and ilObjRepositoryRootDAV.
Definition at line 35 of file Node.php.
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.
Reimplemented in Sabre\CalDAV\CalendarObject, Sabre\CalDAV\Subscriptions\Subscription, Sabre\CardDAV\AddressBook, Sabre\CardDAV\AddressBookHome, Sabre\CardDAV\Card, Sabre\DAV\Mock\File, Sabre\DAV\ServerPreconditionsNode, and ilObjectDAV.
Definition at line 23 of file Node.php.
Sabre\DAV\Node::setName | ( | $name | ) |
Renames the node.
string | $name | The new name |
Exception |
Forbidden
Implements Sabre\DAV\INode.
Reimplemented in ilObjectDAV, ilObjFileDAV, Sabre\CardDAV\AddressBookHome, Sabre\DAV\Mock\File, Sabre\DAV\TreeDirectoryTester, ilObjRepositoryRootDAV, and Sabre\CardDAV\AddressBook.
Definition at line 48 of file Node.php.