◆ __construct()
◆ lmTree()
ILIAS\LearningModule\InternalDomainService::lmTree |
( |
int |
$lm_id | ) |
|
Definition at line 40 of file class.InternalDomainService.php.
41 {
42 return self::$instance["tree"][$lm_id] ??= new \ilLMTree($lm_id);
43 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ subObjectRetrieval()
ILIAS\LearningModule\InternalDomainService::subObjectRetrieval |
( |
int |
$lm_id, |
|
|
string |
$type, |
|
|
int |
$current_node, |
|
|
string |
$lang |
|
) |
| |
Definition at line 45 of file class.InternalDomainService.php.
50 : Editing\SubObjectRetrieval {
51 return self::$instance["sub_obj_retrieval"][$lm_id][$type][$current_node] ??=
52 new Editing\SubObjectRetrieval(
54 $type,
55 $current_node,
57 );
58 }
◆ $instance
array ILIAS\LearningModule\InternalDomainService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: