19 declare(strict_types=1);
62 ResourcesManager $copage_resources,
66 bool $include_empty_blocks =
true,
69 $this->
access = $domain_service->access();
76 $this->mode_manager = $this->domain_service->content()->mode($container);
78 $this->block_limit = 0;
80 if (!$this->mode_manager->isActiveItemOrdering()) {
87 if (is_null($this->sequence)) {
93 foreach ($this->block_sequence->getParts() as $part) {
101 $other_is_page_embedded =
false;
102 foreach ($embedded_ids as
$id) {
103 if (isset($item_blocks[$id])) {
104 $item_blocks[
$id]->setPageEmbedded(
true);
105 $sorted_blocks[] = $item_blocks[
$id];
106 unset($item_blocks[$id]);
107 } elseif (!is_numeric($id)) {
109 if ($id ===
"_other") {
110 $this->has_other_block =
true;
111 $other_is_page_embedded =
true;
113 $ref_ids = $this->item_set_manager->getRefIdsOfType($id);
119 if ($this->include_empty_blocks || count($block_items->getRefIds()) > 0) {
120 $block = $this->data_service->itemBlock(
122 $this->data_service->typeBlock($id),
123 $block_items->getRefIds(),
124 $block_items->getLimitExhausted()
126 $block->setPageEmbedded(
true);
127 $sorted_blocks[] =
$block;
138 if (!is_null($other_block)) {
139 if ($other_is_page_embedded) {
140 $other_block->setPageEmbedded(
true);
142 $item_blocks[
"_other"] = $other_block;
148 foreach ($sorting->getBlockPositions() as
$id) {
149 if (isset($item_blocks[$id])) {
150 $item_blocks[
$id]->setPosition(
$pos);
151 $sorted_blocks[] = $item_blocks[
$id];
152 unset($item_blocks[$id]);
158 foreach ($item_blocks as
$block) {
159 $block->setPosition(
$pos);
160 $sorted_blocks[] =
$block;
170 foreach ($this->block_sequence->getParts() as $part) {
188 $this->all_item_group_item_ref_ids = array_unique(array_merge($this->all_item_group_item_ref_ids,
$item_ref_ids));
192 foreach ($this->item_set_manager->getRefIdsOfType(
"itgr") as $item_group_ref_id) {
194 $this->all_item_group_item_ref_ids = array_unique(array_merge($this->all_item_group_item_ref_ids,
$item_ref_ids));
208 $ref_ids = $this->item_set_manager->getRefIdsOfType($type);
211 if ($type !==
"itgr" && count($block_items->getRefIds()) > 0) {
212 yield $this->data_service->itemBlock(
214 $this->data_service->typeBlock($type),
215 $block_items->getRefIds(),
216 $block_items->getLimitExhausted()
223 $ref_ids = $this->item_set_manager->getRefIdsOfType($part->getType());
226 if (count($block_items->getRefIds()) > 0) {
227 yield $this->data_service->itemBlock(
229 $this->data_service->typeBlock($part->getType()),
230 $block_items->getRefIds(),
231 $block_items->getLimitExhausted()
237 $ref_ids = $this->item_set_manager->getRefIdsOfType(
"sess");
240 if (count($block_items->getRefIds()) > 0) {
241 yield $this->data_service->itemBlock(
243 $this->data_service->sessionBlock(),
244 $block_items->getRefIds(),
245 $block_items->getLimitExhausted()
260 if (!$this->mode_manager->isAdminMode()) {
269 yield $this->data_service->itemBlock(
280 foreach ($this->item_set_manager->getRefIdsOfType(
"itgr") as $item_group_ref_id) {
289 $this->has_other_block =
true;
295 $filter_session_and_item_group_items =
false,
296 bool $prevent_duplicats =
false 299 $accessible_ref_ids = [];
300 foreach ($ref_ids as
$ref_id) {
301 if ($prevent_duplicats && in_array($ref_id, $this->all_ref_ids)) {
307 $this->all_ref_ids[] =
$ref_id;
311 if ($this->
access->checkAccess(
'visible',
'', $ref_id)) {
314 } elseif (!$filter_session_and_item_group_items || !in_array($ref_id, $this->all_item_group_item_ref_ids)) {
315 $accessible_ref_ids[] =
$ref_id;
319 return $this->data_service->blockItemsInfo(
327 foreach ($ref_ids as
$ref_id) {
334 if (!$this->has_other_block) {
338 $remaining_ref_ids = array_filter(
339 $this->item_set_manager->getAllRefIds(),
340 fn($i) => (!isset($this->accumulated_ref_ids[$i]) && !$this->item_set_manager->isSideBlockItem($i))
346 if ($this->include_empty_blocks || count($block_items->getRefIds()) > 0) {
347 return $this->data_service->itemBlock(
349 $this->data_service->otherBlock(),
350 $block_items->getRefIds(),
351 $block_items->getLimitExhausted()
371 if (!isset(self::$item_group_ref_ids[$item_group_ref_id])) {
373 $this->container->getId()
376 self::$item_group_ref_ids[$item_group_ref_id] =
array_map(
static function ($i) {
377 return (
int) $i[
"child"];
380 return self::$item_group_ref_ids[$item_group_ref_id];
389 if (!$this->
access->checkAccess(
"visible",
"", $item_group_ref_id) ||
390 !$this->
access->checkAccess(
"read",
"", $item_group_ref_id)) {
394 if (count($block_items->getRefIds()) > 0 || $this->
access->checkAccess(
'write',
'', $item_group_ref_id)) {
395 return $this->data_service->itemBlock(
396 (
string) $item_group_ref_id,
397 $this->data_service->itemGroupBlock($item_group_ref_id),
398 $block_items->getRefIds(),
399 $block_items->getLimitExhausted()
410 $page = $this->domain_service->page(
414 $dom = $page->getDom();
419 $ids = $this->copage_resources->getResourceIds($dom);
Content ModeManager $mode_manager
A single block containing items of a (grouped) repo type.
Manages container subitems set.
ItemBlockSequence $sequence
accumulateRefIds(array $ref_ids)
getPageEmbeddedBlockIds()
determineBlockItems(array $ref_ids, $filter_session_and_item_group_items=false, bool $prevent_duplicats=false)
getBlocksForPart(BlockSequencePart $part)
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
DataService $data_service
array $accumulated_ref_ids
Generates concrete blocks with items for the view.
A block that holds session in a special presentation.
ItemSetManager $item_set_manager
static _lookupObjId(int $ref_id)
Represents all "by type" blocks of a container.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
bool $include_empty_blocks
A block that holds a single item group.
A block that holds all objectives and their items.
Represents all item groups of a container.
static array $item_group_ref_ids
getItemGroupBlock(int $item_group_ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getItemsByItemGroup(int $item_group_ref_id)
Get materials of item group.
A block that holds all other "remaining" items.
preloadSessionandItemGroupItemData()
BlockSequence $block_sequence
static getGroupedRepositoryObjectTypes($parent_obj_type)
static getItemsByObjective(int $objective_id)
Get objective items.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
InternalDomainService $domain_service
static _getInstance(int $a_obj_id)
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)
ResourcesManager $copage_resources
__construct(DataService $data_service, InternalDomainService $domain_service, ResourcesManager $copage_resources, \ilContainer $container, BlockSequence $block_sequence, ItemSetManager $item_set_manager, bool $include_empty_blocks=true, ?string $lang=null)
static _lookupType(int $id, bool $reference=false)
array $all_item_group_item_ref_ids
getGroupedObjTypes()
Get grouped repository object types.
getItemGroupItemRefIds(int $item_group_ref_id)