ILIAS
release_8 Revision v8.19
|
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 (int $mode, int $days, array $info_texts, array $promp_texts) | |
getDays () | |
getMode () | |
getInfoTexts () | |
getPromptTexts () | |
getInfoText (string $lang) | |
getPromptText (string $lang) | |
Data Fields | |
const | MODE_INCOMPLETE_ONLY = 0 |
const | MODE_ONCE_AFTER_LOGIN = 1 |
const | MODE_REPEAT = 2 |
Protected Attributes | |
array | $prompt_texts |
array | $info_texts |
int | $days |
int | $mode |
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 Profile prompt settings
Definition at line 23 of file class.ilProfilePromptSettings.php.
ilProfilePromptSettings::__construct | ( | int | $mode, |
int | $days, | ||
array | $info_texts, | ||
array | $promp_texts | ||
) |
Definition at line 33 of file class.ilProfilePromptSettings.php.
References $days, $info_texts, and $mode.
ilProfilePromptSettings::getDays | ( | ) |
Definition at line 41 of file class.ilProfilePromptSettings.php.
References $days.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), and ilUserProfilePromptDataGateway\saveSettings().
ilProfilePromptSettings::getInfoText | ( | string | $lang | ) |
Definition at line 61 of file class.ilProfilePromptSettings.php.
References $lang.
Referenced by ilUserProfileInfoSettingsGUI\initForm().
ilProfilePromptSettings::getInfoTexts | ( | ) |
Definition at line 51 of file class.ilProfilePromptSettings.php.
References $info_texts.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
ilProfilePromptSettings::getMode | ( | ) |
Definition at line 46 of file class.ilProfilePromptSettings.php.
References $mode.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), and ilUserProfilePromptDataGateway\saveSettings().
ilProfilePromptSettings::getPromptText | ( | string | $lang | ) |
Definition at line 66 of file class.ilProfilePromptSettings.php.
References $lang.
Referenced by ilUserProfileInfoSettingsGUI\initForm().
ilProfilePromptSettings::getPromptTexts | ( | ) |
Definition at line 56 of file class.ilProfilePromptSettings.php.
References $prompt_texts.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
|
protected |
Definition at line 30 of file class.ilProfilePromptSettings.php.
Referenced by __construct(), and getDays().
|
protected |
Definition at line 29 of file class.ilProfilePromptSettings.php.
Referenced by __construct(), and getInfoTexts().
|
protected |
Definition at line 31 of file class.ilProfilePromptSettings.php.
Referenced by __construct(), and getMode().
|
protected |
Definition at line 28 of file class.ilProfilePromptSettings.php.
Referenced by getPromptTexts().
const ilProfilePromptSettings::MODE_INCOMPLETE_ONLY = 0 |
Definition at line 25 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm().
const ilProfilePromptSettings::MODE_ONCE_AFTER_LOGIN = 1 |
Definition at line 26 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), ilUserProfileInfoSettingsGUI\save(), and ilUserProfileStartUpStep\shouldInterceptRequest().
const ilProfilePromptSettings::MODE_REPEAT = 2 |
Definition at line 27 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), and ilUserProfileStartUpStep\shouldInterceptRequest().