Searched refs:NotificationSupport (Results 1 – 11 of 11) sorted by relevance
25 interface NotificationSupport extends BackendInterface { interface
172 interface SharingSupport extends NotificationSupport {
47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
144 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {211 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
142 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {217 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
9 class MockSharing extends Mock implements NotificationSupport, SharingSupport {
1249 * Added: Experimental NotificationSupport interface to add caldav notifications.