ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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
}
isItem
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:21
ILIAS\GlobalScreen\Provider\Provider
Interface Provider.
Definition:
Provider.php:27
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider\getNotifications
getNotifications()
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:31
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider\getAdministrativeNotifications
getAdministrativeNotifications()
ILIAS\GlobalScreen\Provider\Provider
AdministrativeNotification
components
ILIAS
GlobalScreen
src
Scope
Notification
Provider
NotificationProvider.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)