ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilNotificationHandler.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'Services/Notifications/classes/class.ilNotificationConfig.php';
4 
16 abstract class ilNotificationHandler
17 {
18  abstract public function notify(ilNotificationObject $notification);
19 
20  public function showSettings($form)
21  {
22  }
23 }
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Base class for notification handlers.
if(isset($_POST['submit'])) $form
notify(ilNotificationObject $notification)