ILIAS  release_7 Revision v7.30-3-g800a261c036
NotificationFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
23
29{
34 public function standard(IdentificationInterface $identification) : StandardNotification
35 {
36 return new StandardNotification($identification);
37 }
38
44 {
45 return new StandardNotificationGroup($identification);
46 }
47
49 {
50 return new AdministrativeNotification($identification);
51 }
52}
An exception for terminatinating execution or to throw for unit testing.
Class StandardNotificationGroup Groups a set of Notification.
Class Notification The default Notification mapping currently to one UI Notification Item component.