ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:30
ILIAS\Notifications\ilNotificationHandler
Definition:
ilNotificationHandler.php:30
ILIAS\Notifications\ilNotificationHandler\notify
notify(ilNotificationObject $notification)
ILIAS\Notifications\ilNotificationHandler\clear
clear()
Definition:
ilNotificationHandler.php:37
ILIAS\Notifications\ilNotificationHandler\showSettings
showSettings(ilPropertyFormGUI $form)
Definition:
ilNotificationHandler.php:33
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:32
ILIAS\Notifications
components
ILIAS
Notifications
classes
ilNotificationHandler.php
Generated on Sat Oct 18 2025 23:03:30 for ILIAS by
1.9.4 (using
Doxyfile
)