|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Profile prompt data gateway. More...
Collaboration diagram for ilUserProfilePromptDataGateway:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| saveSettings (ilProfilePromptSettings $settings) | |
| Save settings. More... | |
| getSettings () | |
| Get settings. More... | |
| getUserPrompt ($user_id) | |
| Get user prompt data. More... | |
| saveLastUserPrompt (int $user_id, string $last_profile_prompt="") | |
| Save user prompt. More... | |
Protected Attributes | |
| $lng | |
| $user_settings | |
| $db | |
Profile prompt data gateway.
Definition at line 11 of file class.ilUserProfilePromptDataGateway.php.
| ilUserProfilePromptDataGateway::__construct | ( | ) |
| ilUserProfilePromptDataGateway::getSettings | ( | ) |
Get settings.
Definition at line 65 of file class.ilUserProfilePromptDataGateway.php.
References $lng, and $user_settings.
| ilUserProfilePromptDataGateway::getUserPrompt | ( | $user_id | ) |
Get user prompt data.
| $user_id |
Definition at line 90 of file class.ilUserProfilePromptDataGateway.php.
References $db.
| ilUserProfilePromptDataGateway::saveLastUserPrompt | ( | int | $user_id, |
| string | $last_profile_prompt = "" |
||
| ) |
Save user prompt.
| int | $user_id | |
| string | $last_profile_prompt |
Definition at line 112 of file class.ilUserProfilePromptDataGateway.php.
References $db, and ilUtil\now().
Here is the call graph for this function:| ilUserProfilePromptDataGateway::saveSettings | ( | ilProfilePromptSettings | $settings | ) |
Save settings.
| ilProfilePromptSettings | $settings |
Definition at line 45 of file class.ilUserProfilePromptDataGateway.php.
References $user_settings, ilProfilePromptSettings\getDays(), ilProfilePromptSettings\getInfoTexts(), ilProfilePromptSettings\getMode(), and ilProfilePromptSettings\getPromptTexts().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getUserPrompt(), and saveLastUserPrompt().
|
protected |
Definition at line 16 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getSettings().
|
protected |
Definition at line 21 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getSettings(), and saveSettings().