ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.