ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Notification.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\MainControls\Slate
;
22
23
use
ILIAS\UI\Component\Item\Notification
as
NotificationItem
;
24
28
interface
Notification
extends
Slate
29
{
33
public
function
withAdditionalEntry
(
NotificationItem
$entry):
Notification
;
34
}
ILIAS\UI\Component\MainControls\Slate\Notification
Notifications Slates are Slates restricted to only containing Notification Items. ...
Definition:
Notification.php:28
ILIAS\UI\Component\MainControls\Slate\Notification\withAdditionalEntry
withAdditionalEntry(NotificationItem $entry)
Get a Notification Slate like this, but with one additional Notification Item entry.
ILIAS\UI\Component\MainControls\Slate\Slate
This describes a Slate.
Definition:
Slate.php:33
Notification
ILIAS\UI\Component\MainControls\Slate
Definition:
Combined.php:20
components
ILIAS
UI
src
Component
MainControls
Slate
Notification.php
Generated on Mon Sep 1 2025 23:02:57 for ILIAS by
1.8.13 (using
Doxyfile
)