ILIAS  Release_4_2_x_branch Revision 61807
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilNotificationEchoHandler.php
Go to the documentation of this file.
1 <?php
2 require_once 'Services/Notifications/classes/class.ilNotificationHandler.php';
3 
5 
6  public function notify(ilNotificationObject $notification) {
7  echo "Notification for Recipient {$notification->user->getId()}: {$notification->title} <br />";
8  }
9 
10 }