ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NotificationRenderer.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer
;
22
23
use
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
;
24
use
ILIAS\UI\Component\Component
;
25
use
ILIAS\UI\Component\MainControls\Slate\Notification
as NotificationSlate;
26
use
ILIAS\UI\Component\Item\Notification
as NotificationItem;
27
use
ILIAS\UI\Implementation\Component\MainControls\SystemInfo
;
28
35
interface
NotificationRenderer
36
{
42
public
function
getNotificationComponentForItem
(
isItem
$item):
Component
;
43
}
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer\NotificationRenderer
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
Definition:
NotificationRenderer.php:36
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer\NotificationRenderer\getNotificationComponentForItem
getNotificationComponentForItem(isItem $item)
Returns the UI Component for the past item.
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:32
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Item\Notification
Definition:
Notification.php:32
ILIAS\UI\Component\MainControls\Slate\Notification
Notifications Slates are Slates restricted to only containing Notification Items.
Definition:
Notification.php:29
ILIAS\UI\Component\MainControls\SystemInfo
Interface SystemInfo.
Definition:
SystemInfo.php:34
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer
Definition:
AbstractBaseNotificationRenderer.php:21
ILIAS\UI\Component
components
ILIAS
GlobalScreen
src
Scope
Notification
Collector
Renderer
NotificationRenderer.php
Generated on Sun Oct 19 2025 23:02:59 for ILIAS by
1.9.4 (using
Doxyfile
)