ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 |
ilNotificationHandler::showSettings | ( | $form | ) |
Definition at line 20 of file class.ilNotificationHandler.php.