ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilNotificationHandler.php
Go to the documentation of this file.
1
<?
php
2
3
require_once
'Services/Notifications/classes/class.ilNotificationConfig.php'
;
4
16
abstract
class
ilNotificationHandler
17
{
18
abstract
public
function
notify
(
ilNotificationObject
$notification);
19
20
public
function
showSettings
($form)
21
{
22
}
23
}
php
An exception for terminatinating execution or to throw for unit testing.
ilNotificationHandler
Base class for notification handlers.
Definition:
class.ilNotificationHandler.php:17
ilNotificationHandler\notify
notify(ilNotificationObject $notification)
ilNotificationHandler\showSettings
showSettings($form)
Definition:
class.ilNotificationHandler.php:20
ilNotificationObject
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Definition:
class.ilNotificationConfig.php:333
Services
Notifications
classes
class.ilNotificationHandler.php
Generated on Sat Oct 4 2025 20:01:03 for ILIAS by
1.9.4 (using
Doxyfile
)