3 declare(strict_types=1);
42 $ui_notification_item = $item->getNotificationItem();
44 if ($item->hasClosedCallable()) {
48 return $ui_notification_item;
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildCloseQuery(isItem $item)
Class StandardNotificationGroupRenderer.
attachJSCloseEvent(Notification $ui_notification_item, isItem $item)
Attaches on load code for communicating back, that the notification has been closed.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
withCloseAction(string $url)
Get an Item like this with an url to consulted async, when to close button is pressed.
getNotificationComponentForItem(isItem $item)
Class AbstractBaseNotificationRenderer.