ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Stores user settings per workspace folder Table: wfld_user_setting (rw) More...
Public Member Functions | |
__construct ($user_id, ilDBInterface $db=null) | |
Constructor. More... | |
getSortation (int $wfld_id) | |
Get Sortation of workspace folder. More... | |
getSortationMultiple (array $wfld_ids) | |
Get Sortation of workspace folder. More... | |
updateSortation (int $wfld_id, int $sortation) | |
Update sortation for workspace folder. More... | |
Protected Attributes | |
$user_id | |
$db | |
Stores user settings per workspace folder Table: wfld_user_setting (rw)
Definition at line 11 of file class.ilWorkspaceFolderUserSettingsRepository.php.
ilWorkspaceFolderUserSettingsRepository::__construct | ( | $user_id, | |
ilDBInterface | $db = null |
||
) |
Constructor.
Definition at line 27 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, $DIC, and $user_id.
ilWorkspaceFolderUserSettingsRepository::getSortation | ( | int | $wfld_id | ) |
Get Sortation of workspace folder.
int | $wfld_id | folder object id |
Definition at line 42 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db.
ilWorkspaceFolderUserSettingsRepository::getSortationMultiple | ( | array | $wfld_ids | ) |
Get Sortation of workspace folder.
int[] | $wfld_id folder object ids |
Definition at line 62 of file class.ilWorkspaceFolderUserSettingsRepository.php.
ilWorkspaceFolderUserSettingsRepository::updateSortation | ( | int | $wfld_id, |
int | $sortation | ||
) |
Update sortation for workspace folder.
int | $wfld_id | folder object id |
int | $sortation |
Definition at line 91 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db.
|
protected |
Definition at line 22 of file class.ilWorkspaceFolderUserSettingsRepository.php.
Referenced by __construct(), getSortation(), getSortationMultiple(), and updateSortation().
|
protected |
Definition at line 16 of file class.ilWorkspaceFolderUserSettingsRepository.php.
Referenced by __construct().