19 declare(strict_types=1);
42 throw new \LogicException(
"item is not a StandardNotificationGroup");
45 $slate = $this->ui_factory->mainControls()->slate()->notification($item->getTitle(), []);
46 foreach ($item->getNotifications() as $standard_notification) {
47 $slate = $slate->withAdditionalEntry($standard_notification->getRenderer($this->ui_factory)
48 ->getNotificationComponentForItem($standard_notification));
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getNotificationComponentForItem(isItem $item)
Class StandardNotificationGroupRenderer.
Class StandardNotificationGroup Groups a set of Notification.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
Class AbstractBaseNotificationRenderer.