ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
NotificationInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\CalDAV\Xml\Notification
;
4
5
use
Sabre\Xml\Writer
;
6
use
Sabre\Xml\XmlSerializable
;
7
15
interface
NotificationInterface
extends
XmlSerializable
{
16
24
function
xmlSerializeFull
(
Writer
$writer);
25
34
function
getId
();
35
43
function
getETag
();
44
45
}
Sabre\Xml\XmlSerializable
Objects implementing XmlSerializable can control how they are represented in Xml. ...
Definition:
XmlSerializable.php:13
XmlSerializable
Sabre\CalDAV\Xml\Notification\NotificationInterface
This interface reflects a single notification type.
Definition:
NotificationInterface.php:15
Sabre\CalDAV\Xml\Notification\NotificationInterface\getETag
getETag()
Returns the ETag for this notification.
Writer
Sabre\CalDAV\Xml\Notification
Definition:
Invite.php:3
Sabre\CalDAV\Xml\Notification\NotificationInterface\getId
getId()
Returns a unique id for this notification.
Sabre\CalDAV\Xml\Notification\NotificationInterface\xmlSerializeFull
xmlSerializeFull(Writer $writer)
This method serializes the entire notification, as it is used in the response body.
php
Sabre\Xml\Writer
The XML Writer class.
Definition:
Writer.php:31
libs
composer
vendor
sabre
dav
lib
CalDAV
Xml
Notification
NotificationInterface.php
Generated on Thu Jan 16 2025 19:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)