|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilForumNotificationEventsFormGUI:Public Member Functions | |
| __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.
| 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().
Here is the call graph for this function:| ilForumNotificationEventsFormGUI::getInputs | ( | ) |
Definition at line 70 of file class.ilForumNotificationEventsFormGUI.php.
References ILIAS\Repository\lng().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.