ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 () | |
getInputs () | |
Private Attributes | |
array | $events |
Definition at line 23 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 34 of file class.ilForumNotificationEventsFormGUI.php.
ilForumNotificationEventsFormGUI::build | ( | ) |
Definition at line 59 of file class.ilForumNotificationEventsFormGUI.php.
References getInputs().
Referenced by ilForumSettingsGUI\saveEventsForUser().
ilForumNotificationEventsFormGUI::getInputs | ( | ) |
Definition at line 70 of file class.ilForumNotificationEventsFormGUI.php.
References ILIAS\Repository\lng(), and null.
Referenced by build().
ilForumNotificationEventsFormGUI::getValidEvents | ( | ) |
Definition at line 54 of file class.ilForumNotificationEventsFormGUI.php.
ilForumNotificationEventsFormGUI::getValueForEvent | ( | string | $event | ) |
Definition at line 42 of file class.ilForumNotificationEventsFormGUI.php.
|
private |
Definition at line 26 of file class.ilForumNotificationEventsFormGUI.php.