ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
INode.php
Go to the documentation of this file.
1<?php
2
4
6
21interface INode {
22
30
38 function getETag();
39
40}
An exception for terminatinating execution or to throw for unit testing.
This node represents a single notification.
Definition: INode.php:21
getNotificationType()
This method must return an xml element, using the Sabre\CalDAV\Xml\Notification\NotificationInterface...
getETag()
Returns the etag for the notification.
This interface reflects a single notification type.