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