ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NotificationProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Notification\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\Provider
;
24
use
ILIAS\GlobalScreen\Scope\Notification\Factory\AdministrativeNotification
;
25
use
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
;
26
31
interface
NotificationProvider
extends
Provider
32
{
36
public
function
getNotifications
(): array;
37
41
public
function
getAdministrativeNotifications
(): array;
42
}
ILIAS\GlobalScreen\Scope\Notification\Factory\AdministrativeNotification
Definition:
AdministrativeNotification.php:35
ILIAS\GlobalScreen\Provider\Provider
Interface Provider.
Definition:
Provider.php:28
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:32
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:32
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider\getNotifications
getNotifications()
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider\getAdministrativeNotifications
getAdministrativeNotifications()
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:21
components
ILIAS
GlobalScreen
src
Scope
Notification
Provider
NotificationProvider.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)