|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Profile prompt settings. More...
Collaboration diagram for ilProfilePromptSettings:Public Member Functions | |
| __construct (int $mode, int $days, array $info_texts, array $promp_texts) | |
| Constructor. More... | |
| getDays () | |
| getMode () | |
| getInfoTexts () | |
| getPromptTexts () | |
| getInfoText ($lang) | |
| getPromptText ($lang) | |
Data Fields | |
| const | MODE_INCOMPLETE_ONLY = 0 |
| const | MODE_ONCE_AFTER_LOGIN = 1 |
| const | MODE_REPEAT = 2 |
Profile prompt settings.
Definition at line 11 of file class.ilProfilePromptSettings.php.
| ilProfilePromptSettings::__construct | ( | int | $mode, |
| int | $days, | ||
| array | $info_texts, | ||
| array | $promp_texts | ||
| ) |
Constructor.
| int | $mode | |
| int | $days |
Definition at line 22 of file class.ilProfilePromptSettings.php.
| ilProfilePromptSettings::getDays | ( | ) |
Definition at line 33 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
Here is the caller graph for this function:| ilProfilePromptSettings::getInfoText | ( | $lang | ) |
Definition at line 65 of file class.ilProfilePromptSettings.php.
References $lang.
| ilProfilePromptSettings::getInfoTexts | ( | ) |
Definition at line 49 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
Here is the caller graph for this function:| ilProfilePromptSettings::getMode | ( | ) |
Definition at line 41 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
Here is the caller graph for this function:| ilProfilePromptSettings::getPromptText | ( | $lang | ) |
Definition at line 76 of file class.ilProfilePromptSettings.php.
References $lang.
| ilProfilePromptSettings::getPromptTexts | ( | ) |
Definition at line 57 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfilePromptDataGateway\saveSettings().
Here is the caller graph for this function:| const ilProfilePromptSettings::MODE_INCOMPLETE_ONLY = 0 |
Definition at line 13 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm().
| const ilProfilePromptSettings::MODE_ONCE_AFTER_LOGIN = 1 |
Definition at line 14 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), ilUserProfileInfoSettingsGUI\save(), and ilUserProfileIncompleteRequestTargetAdjustmentCase\shouldAdjustRequest().
| const ilProfilePromptSettings::MODE_REPEAT = 2 |
Definition at line 15 of file class.ilProfilePromptSettings.php.
Referenced by ilUserProfileInfoSettingsGUI\initForm(), and ilUserProfileIncompleteRequestTargetAdjustmentCase\shouldAdjustRequest().