ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
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 $user_id, ?ilDBInterface $db=null) | |
Constructor. More... | |
getSortation (int $wfld_id) | |
getSortationMultiple (array $wfld_ids) | |
updateSortation (int $wfld_id, int $sortation) | |
Protected Attributes | |
int | $user_id |
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 Stores user settings per workspace folder Table: wfld_user_setting (rw)
Definition at line 25 of file class.ilWorkspaceFolderUserSettingsRepository.php.
ilWorkspaceFolderUserSettingsRepository::__construct | ( | int | $user_id, |
?ilDBInterface | $db = null |
||
) |
Constructor.
Definition at line 33 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $DIC, $user_id, and null.
ilWorkspaceFolderUserSettingsRepository::getSortation | ( | int | $wfld_id | ) |
Definition at line 45 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, ilDBInterface\fetchAssoc(), and ilDBInterface\queryF().
ilWorkspaceFolderUserSettingsRepository::getSortationMultiple | ( | array | $wfld_ids | ) |
Definition at line 60 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, $id, ilDBInterface\fetchAssoc(), ilDBInterface\in(), ILIAS\Repository\int(), and ilDBInterface\queryF().
ilWorkspaceFolderUserSettingsRepository::updateSortation | ( | int | $wfld_id, |
int | $sortation | ||
) |
Definition at line 84 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, and ilDBInterface\replace().
|
protected |
Definition at line 28 of file class.ilWorkspaceFolderUserSettingsRepository.php.
Referenced by getSortation(), getSortationMultiple(), and updateSortation().
|
protected |
Definition at line 27 of file class.ilWorkspaceFolderUserSettingsRepository.php.
Referenced by __construct().