ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
$form
if(isset($_POST['submit'])) $form
Definition:
registry.edit.php:63
Services
Notifications
classes
class.ilNotificationHandler.php
Generated on Thu Oct 2 2025 19:01:54 for ILIAS by
1.9.4 (using
Doxyfile
)