ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
array | __construct (private readonly string $action, private ?array $predefined_values, private readonly \ILIAS\UI\Factory $ui_factory, private readonly ilLanguage $lng) |
getValueForEvent (string $event) | |
getValidEvents () | |
build () | |
Private Attributes | |
array | $events |
Definition at line 21 of file class.ilForumNotificationEventsFormGUI.php.
array ilForumNotificationEventsFormGUI::__construct | ( | private readonly string | $action, |
private ?array | $predefined_values, | ||
private readonly \ILIAS\UI\Factory | $ui_factory, | ||
private readonly ilLanguage | $lng | ||
) |
Definition at line 32 of file class.ilForumNotificationEventsFormGUI.php.
ilForumNotificationEventsFormGUI::build | ( | ) |
Definition at line 57 of file class.ilForumNotificationEventsFormGUI.php.
References ILIAS\Repository\lng(), and null.
Referenced by ilForumSettingsGUI\saveEventsForUser().
ilForumNotificationEventsFormGUI::getValidEvents | ( | ) |
Definition at line 52 of file class.ilForumNotificationEventsFormGUI.php.
ilForumNotificationEventsFormGUI::getValueForEvent | ( | string | $event | ) |
Definition at line 40 of file class.ilForumNotificationEventsFormGUI.php.
|
private |
Definition at line 24 of file class.ilForumNotificationEventsFormGUI.php.