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