34 $this->tree = (
$tree != null)
46 $sort = $this->repo->getSortation($wfld_id);
63 $this->repo->updateSortation($wfld_id, $sortation);
77 $path =
$tree->getPathId($wfld_wsp_id);
79 $obj_ids = array_map(
function ($wsp_id) use (
$tree) {
80 return $tree->lookupObjectId($wsp_id);
84 $sortations = $this->repo->getSortationMultiple($obj_ids);
87 foreach (array_reverse($obj_ids) as $id) {
88 if ($sortations[$id] > 0) {
89 return $sortations[$id];
User settings for workspace folders.
Tree handler for personal workspace.
getSortation(int $wfld_id)
Get Sortation of workspace folder.
const SORT_ALPHABETICAL_ASC
static _lookupType($a_id, $a_reference=false)
lookup object type
getEffectiveSortation(int $wfld_wsp_id)
Get effective sortation for a workspace folder (next upper context that has sortation > 0) ...
updateSortation(int $wfld_id, int $sortation)
Update sortation for workspace folder.
Stores user settings per workspace folder Table: wfld_user_setting (rw)
__construct(int $user_id, ilWorkspaceFolderUserSettingsRepository $repo, ilWorkspaceTree $tree=null)
Constructor.