ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilLMTableOfContentsExplorerGUI.php
Go to the documentation of this file.
1
<?php
2
23
class
ilLMTableOfContentsExplorerGUI
extends
ilLMTOCExplorerGUI
24
{
25
public
function
__construct
(
26
object
$a_parent_obj,
27
string
$a_parent_cmd,
28
ilLMPresentationService
$a_lm_pres,
29
string
$a_lang =
"-"
30
) {
31
parent::__construct
($a_parent_obj, $a_parent_cmd, $a_lm_pres, $a_lang);
32
$chaps =
ilLMObject::_getAllLMObjectsOfLM
($this->lm->getId(), $a_type =
"st"
);
33
foreach
($chaps as
$c
) {
34
$this->
setNodeOpen
($c);
35
}
36
}
37
}
ilLMTOCExplorerGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLMTOCExplorerGUI.php:24
$c
$c
Definition:
cli.php:38
ilLMTableOfContentsExplorerGUI\__construct
__construct(object $a_parent_obj, string $a_parent_cmd, ilLMPresentationService $a_lm_pres, string $a_lang="-")
Definition:
class.ilLMTableOfContentsExplorerGUI.php:25
ilExplorerBaseGUI\setNodeOpen
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
Definition:
class.ilExplorerBaseGUI.php:361
ilLMObject\_getAllLMObjectsOfLM
static _getAllLMObjectsOfLM(int $a_lm_id, string $a_type="")
Get all objects of learning module.
Definition:
class.ilLMObject.php:1247
ilLMTableOfContentsExplorerGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLMTableOfContentsExplorerGUI.php:23
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilLMPresentationService
Main service init and factory.
Definition:
class.ilLMPresentationService.php:25
Modules
LearningModule
classes
class.ilLMTableOfContentsExplorerGUI.php
Generated on Sun Aug 31 2025 22:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)