2 require_once
'Services/Notifications/classes/class.ilNotificationHandler.php';
12 echo "Notification for Recipient {$notification->user->getId()}: {$notification->title} <br />";
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)