ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 () | |
executeCommand () | |
show () | |
initForm () | |
save () | |
Protected Attributes | |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
ilUserProfilePromptService | $user_prompt |
ilProfilePromptSettings | $prompt_settings |
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 User profile info settings UI class
Definition at line 24 of file class.ilUserProfileInfoSettingsGUI.php.
ilUserProfileInfoSettingsGUI::__construct | ( | ) |
Definition at line 32 of file class.ilUserProfileInfoSettingsGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilUserProfileInfoSettingsGUI::executeCommand | ( | ) |
Definition at line 43 of file class.ilUserProfileInfoSettingsGUI.php.
References ILIAS\Repository\ctrl().
ilUserProfileInfoSettingsGUI::initForm | ( | ) |
Definition at line 64 of file class.ilUserProfileInfoSettingsGUI.php.
References $ctrl, $lng, $prompt_settings, ilProfilePromptSettings\getDays(), ilCtrl\getFormAction(), ilProfilePromptSettings\getInfoText(), ilLanguage\getInstalledLanguages(), ilProfilePromptSettings\getMode(), ilProfilePromptSettings\getPromptText(), ilLanguage\loadLanguageModule(), ilProfilePromptSettings\MODE_INCOMPLETE_ONLY, ilProfilePromptSettings\MODE_ONCE_AFTER_LOGIN, ilProfilePromptSettings\MODE_REPEAT, ilNumberInputGUI\setMaxLength(), ilTextAreaInputGUI\setRows(), ilRadioGroupInputGUI\setValue(), and ilLanguage\txt().
Referenced by save(), and show().
ilUserProfileInfoSettingsGUI::save | ( | ) |
Definition at line 162 of file class.ilUserProfileInfoSettingsGUI.php.
References $ctrl, $lng, $tpl, ilLanguage\getInstalledLanguages(), initForm(), ILIAS\Repository\int(), ilProfilePromptSettings\MODE_ONCE_AFTER_LOGIN, ilCtrl\redirect(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilUserProfileInfoSettingsGUI::show | ( | ) |
Definition at line 56 of file class.ilUserProfileInfoSettingsGUI.php.
References $tpl, initForm(), and ilGlobalTemplateInterface\setContent().
|
protected |
Definition at line 26 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm(), and save().
|
protected |
Definition at line 28 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm(), and save().
|
protected |
Definition at line 30 of file class.ilUserProfileInfoSettingsGUI.php.
Referenced by initForm().
|
protected |
Definition at line 27 of file class.ilUserProfileInfoSettingsGUI.php.
|
protected |
Definition at line 29 of file class.ilUserProfileInfoSettingsGUI.php.