19declare(strict_types=1);
62 $this->notifications[] = $notification;
80 return count($this->notifications);
89 foreach ($this->notifications as $notification) {
90 $count += $notification->getOldAmount();
101 foreach ($this->notifications as $notification) {
102 $count += $notification->getNewAmount();
Builds a Color from either hex- or rgb values.
Class StandardNotificationGroupRenderer.
Class AbstractBaseNotification.
Class StandardNotificationGroup Groups a set of Notification.
getOldNotificationsCount()
getRenderer(UIFactory $factory)
@inheritDoc
getNewNotificationsCount()
addNotification(StandardNotification $notification)
Class Notification The default Notification mapping currently to one UI Notification Item component.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
Interface isStandardItem.