ILIAS  Release_4_2_x_branch Revision 61807
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilNotificationHandler.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'Services/Notifications/classes/class.ilNotificationConfig.php';
4 
5 abstract class ilNotificationHandler {
6  abstract public function notify(ilNotificationObject $notification);
7 
8  public function showSettings($form) {}
9 }