ILIAS  release_8 Revision v8.23
NotificationFactory.php
Go to the documentation of this file.
1 <?php
2 
3 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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...