ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This node represents a single notification. More...
Public Member Functions | |
getNotificationType () | |
This method must return an xml element, using the Sabre classes. More... | |
getETag () | |
Returns the etag for the notification. More... | |
This node represents a single notification.
The signature is mostly identical to that of Sabre, but the get() method MUST return an xml document that matches the requirements of the 'caldav-notifications.txt' spec.
For a complete example, check out the Notification class, which contains some helper functions.
Sabre\CalDAV\Notifications\INode::getETag | ( | ) |
Returns the etag for the notification.
The etag must be surrounded by literal double-quotes.
Implemented in Sabre\CalDAV\Notifications\Node.
Sabre\CalDAV\Notifications\INode::getNotificationType | ( | ) |
This method must return an xml element, using the Sabre classes.
Implemented in Sabre\CalDAV\Notifications\Node.