ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilNotificationHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Notifications
;
22
23
use
ILIAS\Notifications\Model\ilNotificationObject
;
24
use
ilPropertyFormGUI
;
25
29
abstract
class
ilNotificationHandler
30
{
31
abstract
public
function
notify
(
ilNotificationObject
$notification): void;
32
33
public
function
showSettings
(
ilPropertyFormGUI
$form): void
34
{
35
}
36
37
public
function
clear
(): void
38
{
39
}
40
}
ILIAS\Notifications\Model\ilNotificationObject
Definition:
ilNotificationObject.php:29
ILIAS\Notifications\ilNotificationHandler\clear
clear()
Definition:
ilNotificationHandler.php:37
ilNotificationObject
ILIAS\Notifications\ilNotificationHandler\showSettings
showSettings(ilPropertyFormGUI $form)
Definition:
ilNotificationHandler.php:33
ILIAS\Notifications\ilNotificationHandler
Definition:
ilNotificationHandler.php:29
ilPropertyFormGUI
ILIAS\Notifications
ILIAS\Notifications\ilNotificationHandler\notify
notify(ilNotificationObject $notification)
components
ILIAS
Notifications
classes
ilNotificationHandler.php
Generated on Sun Aug 31 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)