ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User profile info settings UI class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
show () | |
Show settings. More... | |
initForm () | |
Init form. More... | |
save () | |
Save. More... | |
Protected Attributes | |
$ctrl | |
$tpl | |
$lng | |
$user_prompt | |
$prompt_settings | |
User profile info settings UI class.
Definition at line 16 of file class.ilUserProfileInfoSettingsGUI.php.
ilUserProfileInfoSettingsGUI::__construct | ( | ) |
Constructor.
Definition at line 46 of file class.ilUserProfileInfoSettingsGUI.php.
References $DIC.
ilUserProfileInfoSettingsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 61 of file class.ilUserProfileInfoSettingsGUI.php.
ilUserProfileInfoSettingsGUI::initForm | ( | ) |
Init form.
Definition at line 89 of file class.ilUserProfileInfoSettingsGUI.php.
References $ctrl, $form, $l, $lng, $prompt_settings, ilProfilePromptSettings\MODE_INCOMPLETE_ONLY, ilProfilePromptSettings\MODE_ONCE_AFTER_LOGIN, ilProfilePromptSettings\MODE_REPEAT, ilNumberInputGUI\setMaxLength(), ilTextAreaInputGUI\setRows(), and ilRadioGroupInputGUI\setValue().
Referenced by save(), and show().
ilUserProfileInfoSettingsGUI::save | ( | ) |
Save.
Definition at line 191 of file class.ilUserProfileInfoSettingsGUI.php.
References $ctrl, $form, $l, $lng, $tpl, initForm(), and ilProfilePromptSettings\MODE_ONCE_AFTER_LOGIN.
ilUserProfileInfoSettingsGUI::show | ( | ) |
Show settings.
Definition at line 77 of file class.ilUserProfileInfoSettingsGUI.php.
References $form, $tpl, and initForm().
|
protected |
Definition at line 21 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm(), and save().
|
protected |
Definition at line 31 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm(), and save().
|
protected |
Definition at line 41 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm().
|
protected |
Definition at line 26 of file class.ilUserProfileInfoSettingsGUI.php.
|
protected |
Definition at line 36 of file class.ilUserProfileInfoSettingsGUI.php.