ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NotificationFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
Class Notification The default Notification mapping currently to one UI Notification Item component...
Class StandardNotificationGroup Groups a set of Notification.