ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjectGUI $gui_object, ilObject $object, array $a_options) | |
setFormValues (ilPropertyFormGUI $form) | |
Set form values. More... | |
getCurrentObject () | |
getCurrentGUI () | |
getOptions () | |
addMembershipFormElements (ilPropertyFormGUI $form, string $a_parent_post='') | |
Protected Member Functions | |
txt (string $a_lang_key) | |
Translate type specific. More... | |
Protected Attributes | |
ilLanguage | $lng |
Private Attributes | |
ilObject | $object |
ilObjectGUI | $gui_object |
array | $options = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Registration settings
Definition at line 27 of file class.ilMembershipRegistrationSettingsGUI.php.
ilMembershipRegistrationSettingsGUI::__construct | ( | ilObjectGUI | $gui_object, |
ilObject | $object, | ||
array | $a_options | ||
) |
Definition at line 34 of file class.ilMembershipRegistrationSettingsGUI.php.
References $DIC, $gui_object, $object, ILIAS\Repository\lng(), and setFormValues().
|
final |
Definition at line 64 of file class.ilMembershipRegistrationSettingsGUI.php.
References $GLOBALS, ilPropertyFormGUI\addItem(), getOptions(), ilSessionConstants\NOTIFICATION_INHERIT_OPTION, ilSessionConstants\NOTIFICATION_MANUAL_OPTION, ilMembershipRegistrationSettings\REGISTRATION_LIMITED_USERS, setFormValues(), txt(), ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, ilMembershipRegistrationSettings\TYPE_PASSWORD, ilMembershipRegistrationSettings\TYPE_REQUEST, and ilMembershipRegistrationSettings\TYPE_TUTOR.
ilMembershipRegistrationSettingsGUI::getCurrentGUI | ( | ) |
Definition at line 54 of file class.ilMembershipRegistrationSettingsGUI.php.
References $gui_object.
ilMembershipRegistrationSettingsGUI::getCurrentObject | ( | ) |
Definition at line 49 of file class.ilMembershipRegistrationSettingsGUI.php.
References $object.
Referenced by ilSessionMembershipRegistrationSettingsGUI\setFormValues(), and txt().
ilMembershipRegistrationSettingsGUI::getOptions | ( | ) |
Definition at line 59 of file class.ilMembershipRegistrationSettingsGUI.php.
References $options.
Referenced by addMembershipFormElements().
|
abstract |
Set form values.
Referenced by __construct(), and addMembershipFormElements().
|
protected |
Translate type specific.
Definition at line 201 of file class.ilMembershipRegistrationSettingsGUI.php.
References getCurrentObject(), and ILIAS\Repository\lng().
Referenced by addMembershipFormElements().
|
private |
Definition at line 30 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by __construct(), and getCurrentGUI().
|
protected |
Definition at line 31 of file class.ilMembershipRegistrationSettingsGUI.php.
|
private |
Definition at line 29 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by __construct(), and getCurrentObject().
|
private |
Definition at line 32 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by getOptions().