| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilWorkspaceFolderUserSettingsRepository: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, and $user_id.
| ilWorkspaceFolderUserSettingsRepository::getSortation | ( | int | $wfld_id | ) | 
Definition at line 45 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, ilDBInterface\fetchAssoc(), and ilDBInterface\queryF().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| ilWorkspaceFolderUserSettingsRepository::updateSortation | ( | int | $wfld_id, | 
| int | $sortation | ||
| ) | 
Definition at line 84 of file class.ilWorkspaceFolderUserSettingsRepository.php.
References $db, and ilDBInterface\replace().
 Here is the call graph for this function:
      
  | 
  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().