|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilForumNotificationEventsFormGUI: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().
Referenced by ilForumSettingsGUI\saveEventsForUser().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.