ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.