ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilNotificationEchoHandler.php
Go to the documentation of this file.
1 <?php
2 require_once 'Services/Notifications/classes/class.ilNotificationHandler.php';
3 
9 
10  public function notify(ilNotificationObject $notification) {
11  echo "Notification for Recipient {$notification->user->getId()}: {$notification->title} <br />";
12  }
13 
14 }
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Base class for notification handlers.
Basic notification handler that dumps basic notification information to stdout.
notify(ilNotificationObject $notification)