19 declare(strict_types=1);
48 $children = $this->tree->getChilds($ref_id);
50 $sorting_settings = $this->container_sorting->getSortingSettings();
52 $sorted = $this->container_sorting->sortItems([
'lsitems' => $children]);
53 $children = $sorted[
'lsitems'];
58 foreach ($children as $position => $child) {
59 $ref_id = (
int) $child[
'child'];
60 $obj_id = (
int) $child[
'obj_id'];
66 $child[
'description'] ??
"",
68 $this->ls_item_online_status->getOnlineStatus($ref_id),
82 return $obj_lp->getCurrentMode();
97 fn ($i) => (
int) $i[
'child'],
102 foreach ($this->post_conditions_db->select($ref_ids) as $condition) {
103 $conditions[$condition->getRefId()] = $condition;
111 $type_positions = [];
112 foreach ($ls_items as $item) {
113 $type_positions[$item->getRefId()] = $item->getOrderNumber();
115 $this->container_sorting->savePost($type_positions);
120 foreach ($ls_items as $item) {
121 $this->ls_item_online_status->setOnlineStatus(
131 foreach ($ls_items as $item) {
132 $conditions[] = $item->getPostCondition();
134 $this->post_conditions_db->upsert($conditions);
Storage for ilLSPostConditions.
getObjectFor(int $ref_id)
storeItems(array $ls_items)
Use this to apply settings made in ContentGUI.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
ilContainerSorting $container_sorting
storeItemsOrder(array $ls_items)
Data holding class LSItem .
LSItemOnlineStatus $ls_item_online_status
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
storeOnlineStatus(array $ls_items)
getConditionsForChildren(array $children)
Collect all conditions at once.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilLSPostConditionDB $post_conditions_db
storePostconditions(array $ls_items)
__construct(ilTree $tree, ilContainerSorting $container_sorting, ilLSPostConditionDB $post_conditions_db, LSItemOnlineStatus $ls_item_online_status)
static getInstance(int $obj_id)
getIconPathForType(string $type)
getCurrentLPMode(int $obj_id)