ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NotificationFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
30{
35 public function standard(IdentificationInterface $identification): StandardNotification
36 {
37 return new StandardNotification($identification);
38 }
39
45 {
46 return new StandardNotificationGroup($identification);
47 }
48
50 {
51 return new AdministrativeNotification($identification);
52 }
53}
Class StandardNotificationGroup Groups a set of Notification.
Class Notification The default Notification mapping currently to one UI Notification Item component.