ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
INode.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\CalDAV\Notifications
;
4
5
use
Sabre\CalDAV\Xml\Notification\NotificationInterface
;
6
21
interface
INode
{
22
29
function
getNotificationType
();
30
38
function
getETag
();
39
40
}
Sabre\CalDAV\Notifications\INode\getNotificationType
getNotificationType()
This method must return an xml element, using the Sabre classes.
Sabre\CalDAV\Notifications\INode
This node represents a single notification.
Definition:
INode.php:21
Sabre\CalDAV\Notifications\INode\getETag
getETag()
Returns the etag for the notification.
Sabre\CalDAV\Notifications
Definition:
Collection.php:3
NotificationInterface
php
libs
composer
vendor
sabre
dav
lib
CalDAV
Notifications
INode.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)