ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilNotificationEchoHandler Class Reference

Basic notification handler that dumps basic notification information to stdout. More...

+ Inheritance diagram for ilNotificationEchoHandler:
+ Collaboration diagram for ilNotificationEchoHandler:

Public Member Functions

 notify (ilNotificationObject $notification)
- Public Member Functions inherited from ilNotificationHandler
 showSettings ($form)

Detailed Description

Basic notification handler that dumps basic notification information to stdout.

Definition at line 8 of file class.ilNotificationEchoHandler.php.

Member Function Documentation

ilNotificationEchoHandler::notify ( ilNotificationObject  $notification)

Reimplemented from ilNotificationHandler.

Reimplemented in ilNotificationOSDHandler.

Definition at line 10 of file class.ilNotificationEchoHandler.php.

{
echo "Notification for Recipient {$notification->user->getId()}: {$notification->title} <br />";
}

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