ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilNotificationHandler.php
Go to the documentation of this file.
1<?php
2
3require_once 'Services/Notifications/classes/class.ilNotificationConfig.php';
4
16abstract class ilNotificationHandler {
17 abstract public function notify(ilNotificationObject $notification);
18
19 public function showSettings($form) {}
20}
Base class for notification handlers.
notify(ilNotificationObject $notification)
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...