ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Notification.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2019 Timon Amstutz Extended GPL, see docs/LICENSE */
3 
5 
6 use \ILIAS\UI\Component\Item\Notification as NotificationItem;
7 
11 interface Notification extends Slate
12 {
16  public function withAdditionalEntry(NotificationItem $entry) : Notification;
17 }
Notifications Slates are Slates restricted to only containing Notification Items. ...
withAdditionalEntry(NotificationItem $entry)
Get a Notification Slate like this, but with one additional Notification Item entry.