ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
INode.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
21 interface INode {
22 
29  function getNotificationType();
30 
38  function getETag();
39 
40 }
getNotificationType()
This method must return an xml element, using the Sabre classes.
This node represents a single notification.
Definition: INode.php:21
getETag()
Returns the etag for the notification.