ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ToastRenderer.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Toast\Collector\Renderer
;
22
23
use
ILIAS\UI\Component\Component
;
24
use
ILIAS\GlobalScreen\Scope\Toast\Factory\isItem
;
25
use
ILIAS\UI\Component\Toast\Toast
;
26
30
interface
ToastRenderer
31
{
37
public
function
getToastComponentForItem
(
isItem
$item):
Component
;
38
}
ILIAS\GlobalScreen\Scope\Toast\Collector\Renderer\ToastRenderer
Definition:
ToastRenderer.php:31
ILIAS\GlobalScreen\Scope\Toast\Collector\Renderer\ToastRenderer\getToastComponentForItem
getToastComponentForItem(isItem $item)
Returns the UI Component for the past item.
ILIAS\GlobalScreen\Scope\Toast\Factory\isItem
Definition:
isItem.php:29
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Toast\Toast
Definition:
Toast.php:36
ILIAS\GlobalScreen\Scope\Toast\Collector\Renderer
Definition:
StandardToastRenderer.php:21
ILIAS\UI\Component
components
ILIAS
GlobalScreen
src
Scope
Toast
Collector
Renderer
ToastRenderer.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)