ILIAS
Release_4_4_x_branch Revision 61816
|
Base class for notification handlers. More...
Public Member Functions | |
notify (ilNotificationObject $notification) | |
showSettings ($form) |
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.
|
abstract |
Reimplemented in ilNotificationOSDHandler, ilNotificationEchoHandler, and ilNotificationMailHandler.
ilNotificationHandler::showSettings | ( | $form | ) |
Reimplemented in ilNotificationOSDHandler.
Definition at line 19 of file class.ilNotificationHandler.php.