ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User profile prompt subservice. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
data () | |
Get data gateway. More... | |
settings (int $mode, int $days, array $info_texts, array $prompt_texts) | |
Get a settings object. More... | |
User profile prompt subservice.
Manages info texts on the personal profile and prompting mechanics.
Do not use, not an official API yet. Only for user service internals.
Definition at line 15 of file class.ilUserProfilePromptService.php.
ilUserProfilePromptService::__construct | ( | ) |
ilUserProfilePromptService::data | ( | ) |
Get data gateway.
Definition at line 28 of file class.ilUserProfilePromptService.php.
ilUserProfilePromptService::settings | ( | int | $mode, |
int | $days, | ||
array | $info_texts, | ||
array | $prompt_texts | ||
) |
Get a settings object.
int | $mode | |
int | $days | |
array | $info_texts | |
array | $prompt_texts |
Definition at line 41 of file class.ilUserProfilePromptService.php.