ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NotificationInterface.php
Go to the documentation of this file.
1<?php
2
4
7
16
24 function xmlSerializeFull(Writer $writer);
25
34 function getId();
35
43 function getETag();
44
45}
An exception for terminatinating execution or to throw for unit testing.
The XML Writer class.
Definition: Writer.php:31
This interface reflects a single notification type.
getETag()
Returns the ETag for this notification.
getId()
Returns a unique id for this notification.
xmlSerializeFull(Writer $writer)
This method serializes the entire notification, as it is used in the response body.
Objects implementing XmlSerializable can control how they are represented in Xml.