ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilNotificationHandler Class Reference

Base class for notification handlers. More...

+ Inheritance diagram for ilNotificationHandler:
+ Collaboration diagram for ilNotificationHandler:

Public Member Functions

 notify (ilNotificationObject $notification)
 
 showSettings ($form)
 

Detailed Description

Base class for notification handlers.

ilNotificationHandler::notify() must be implemented and handle the notification. Optionally the showSettings may be overridden to display a custom settings form in the administration. The settings are stored in the notifications setting module. For an simlple example of introducing custom settings see ilNotificationOSDHandler::showSettings(). For a general example of a simple handler see ilNotificationMailHandler

Definition at line 16 of file class.ilNotificationHandler.php.

Member Function Documentation

◆ notify()

ilNotificationHandler::notify ( ilNotificationObject  $notification)
abstract

◆ showSettings()

ilNotificationHandler::showSettings (   $form)

Definition at line 19 of file class.ilNotificationHandler.php.

19 {}

The documentation for this class was generated from the following file: