ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
abstract
public
function
notify
(
ilNotificationObject
$notification);
18
19
public
function
showSettings
($form) {}
20
}
ilNotificationObject
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Definition:
class.ilNotificationConfig.php:354
ilNotificationHandler
Base class for notification handlers.
Definition:
class.ilNotificationHandler.php:16
ilNotificationHandler\notify
notify(ilNotificationObject $notification)
ilNotificationHandler\showSettings
showSettings($form)
Definition:
class.ilNotificationHandler.php:19
php
Services
Notifications
classes
class.ilNotificationHandler.php
Generated on Fri Jan 17 2025 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)