3 declare(strict_types=1);
36 $this->
lng->loadLanguageModule(
'sess');
45 $form->
getItemByPostVar(
'show_cannot_participate_request')->setChecked(
true);
49 $notificationCheckBox = $form->
getItemByPostVar(
'registration_notification');
50 $notificationCheckBox->setChecked($this->
getCurrentObject()->isRegistrationNotificationEnabled());
53 $notificationOption->setValue($this->
getCurrentObject()->getRegistrationNotificationOption());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjectGUI $gui_object, ilObject $object, array $a_options)
setFormValues(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilObjectGUI Basic methods of all Output classes.
__construct(Container $dic, ilPlugin $plugin)