|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilUserProfilePromptDataGateway:Public Member Functions | |
| __construct () | |
| saveSettings (ilProfilePromptSettings $settings) | |
| getSettings () | |
| getUserPrompt (int $user_id) | |
| saveLastUserPrompt (int $user_id, string $last_profile_prompt="") | |
Protected Attributes | |
| ilLanguage | $lng |
| ilSetting | $user_settings |
| ilDBInterface | $db |
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 data gateway
Definition at line 23 of file class.ilUserProfilePromptDataGateway.php.
| ilUserProfilePromptDataGateway::__construct | ( | ) |
Definition at line 29 of file class.ilUserProfilePromptDataGateway.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilUserProfilePromptDataGateway::getSettings | ( | ) |
Definition at line 53 of file class.ilUserProfilePromptDataGateway.php.
References $lng, $user_settings, ilSetting\get(), and ilLanguage\getInstalledLanguages().
Here is the call graph for this function:| ilUserProfilePromptDataGateway::getUserPrompt | ( | int | $user_id | ) |
Definition at line 72 of file class.ilUserProfilePromptDataGateway.php.
References $db, ilDBInterface\fetchAssoc(), and ilDBInterface\queryF().
Here is the call graph for this function:| ilUserProfilePromptDataGateway::saveLastUserPrompt | ( | int | $user_id, |
| string | $last_profile_prompt = "" |
||
| ) |
Definition at line 88 of file class.ilUserProfilePromptDataGateway.php.
References $db, ilUtil\now(), and ilDBInterface\update().
Here is the call graph for this function:| ilUserProfilePromptDataGateway::saveSettings | ( | ilProfilePromptSettings | $settings | ) |
Definition at line 38 of file class.ilUserProfilePromptDataGateway.php.
References ILIAS\LTI\ToolProvider\$settings, $user_settings, and ilSetting\set().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getUserPrompt(), and saveLastUserPrompt().
|
protected |
Definition at line 25 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getSettings().
|
protected |
Definition at line 26 of file class.ilUserProfilePromptDataGateway.php.
Referenced by getSettings(), and saveSettings().