ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NotificationSupport.php
Go to the documentation of this file.
1<?php
2
4
6
26
33 function getNotificationsForPrincipal($principalUri);
34
44 function deleteNotification($principalUri, NotificationInterface $notification);
45
59 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null);
60
61}
An exception for terminatinating execution or to throw for unit testing.
Every CalDAV backend must at least implement this interface.
Adds caldav notification support to a backend.
shareReply($href, $status, $calendarUri, $inReplyTo, $summary=null)
This method is called when a user replied to a request to share.
getNotificationsForPrincipal($principalUri)
Returns a list of notifications for a given principal url.
deleteNotification($principalUri, NotificationInterface $notification)
This deletes a specific notifcation.
This interface reflects a single notification type.
$summary
Definition: cron.php:24