3 declare(strict_types=1);
61 $this->notifications[] = $notification;
79 return count($this->notifications);
88 foreach ($this->notifications as $notification) {
89 $count += $notification->getOldAmount();
100 foreach ($this->notifications as $notification) {
101 $count += $notification->getNewAmount();
Class AbstractBaseNotification.
Class Notification The default Notification mapping currently to one UI Notification Item component...
getNewNotificationsCount()
getOldNotificationsCount()
Interface isStandardItem.
getRenderer(UIFactory $factory)
Class StandardNotificationGroupRenderer.
Class StandardNotificationGroup Groups a set of Notification.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
addNotification(StandardNotification $notification)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...