ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
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  abstract public function notify(ilNotificationObject $notification);
18 
19  public function showSettings($form) {}
20 }
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Base class for notification handlers.
notify(ilNotificationObject $notification)