ILIAS
release_8 Revision v8.19
|
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, ilWorkspaceFolderUserSettingsRepository $repo, ilWorkspaceTree $tree=null) | |
getSortation (int $wfld_id) | |
updateSortation (int $wfld_id, int $sortation) | |
getEffectiveSortation (int $wfld_wsp_id) | |
Get effective sortation for a workspace folder (next upper context that has sortation > 0) More... | |
Protected Attributes | |
ilTree | $tree |
int | $user_id |
ilWorkspaceFolderUserSettingsRepository | $repo |
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 User settings for workspace folders
Definition at line 24 of file class.ilWorkspaceFolderUserSettings.php.
ilWorkspaceFolderUserSettings::__construct | ( | int | $user_id, |
ilWorkspaceFolderUserSettingsRepository | $repo, | ||
ilWorkspaceTree | $tree = null |
||
) |
Definition at line 30 of file class.ilWorkspaceFolderUserSettings.php.
References $repo, and $user_id.
ilWorkspaceFolderUserSettings::getEffectiveSortation | ( | int | $wfld_wsp_id | ) |
Get effective sortation for a workspace folder (next upper context that has sortation > 0)
Definition at line 63 of file class.ilWorkspaceFolderUserSettings.php.
References $id, $path, $tree, ilTree\getPathId(), and ilWorkspaceFolderSorting\SORT_ALPHABETICAL_ASC.
ilWorkspaceFolderUserSettings::getSortation | ( | int | $wfld_id | ) |
Definition at line 42 of file class.ilWorkspaceFolderUserSettings.php.
References ilObject\_lookupType(), ilWorkspaceFolderSorting\SORT_ALPHABETICAL_ASC, and ilWorkspaceFolderSorting\SORT_DERIVED.
ilWorkspaceFolderUserSettings::updateSortation | ( | int | $wfld_id, |
int | $sortation | ||
) |
Definition at line 54 of file class.ilWorkspaceFolderUserSettings.php.
|
protected |
Definition at line 28 of file class.ilWorkspaceFolderUserSettings.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilWorkspaceFolderUserSettings.php.
Referenced by getEffectiveSortation().
|
protected |
Definition at line 27 of file class.ilWorkspaceFolderUserSettings.php.
Referenced by __construct().