ILIAS  release_7 Revision v7.30-3-g800a261c036
Notification.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 2019 Timon Amstutz Extended GPL, see docs/LICENSE */
3
5
6use \ILIAS\UI\Component\Item\Notification as NotificationItem;
7
11interface Notification extends Slate
12{
16 public function withAdditionalEntry(NotificationItem $entry) : Notification;
17}
An exception for terminatinating execution or to throw for unit testing.
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.