57 $this->notifications[] = $notification;
76 return count($this->notifications);
85 foreach ($this->notifications as $notification) {
86 $count += $notification->getOldAmount();
97 foreach ($this->notifications as $notification) {
98 $count += $notification->getNewAmount();
Class AbstractBaseNotification.
getNewNotificationsCount()
getOldNotificationsCount()
Interface isStandardItem.
getRenderer(UIFactory $factory)
Class StandardNotificationGroupRenderer.
Class StandardNotificationGroup.
Interface NotificationRenderer.
addNotification(StandardNotification $notification)