ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
 notify (ilNotificationObject $notification)
 
 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

◆ notify()

ilNotificationEchoHandler::notify ( ilNotificationObject  $notification)

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

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

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