ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
NotificationFactory.php
Go to the documentation of this file.
2 
4 
10 {
11 
16  public function standard(IdentificationInterface $identification) : StandardNotification
17  {
18  return new StandardNotification($identification);
19  }
20 
26  {
27  return new StandardNotificationGroup($identification);
28  }
29 }