ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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

ilNotificationHandler::notify ( ilNotificationObject  $notification)
abstract
ilNotificationHandler::showSettings (   $form)

Reimplemented in ilNotificationOSDHandler.

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

{}

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