ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
$
c
d
e
f
g
h
i
j
l
m
n
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
class.ilLMTableOfContentsExplorerGUI.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
"./Modules/LearningModule/classes/class.ilLMTOCExplorerGUI.php"
);
5
14
class
ilLMTableOfContentsExplorerGUI
extends
ilLMTOCExplorerGUI
15
{
24
public
function
__construct
($a_parent_obj, $a_parent_cmd,
ilLMPresentationGUI
$a_lm_pres, $a_lang =
"-"
)
25
{
26
parent::__construct($a_parent_obj, $a_parent_cmd, $a_lm_pres, $a_lang);
27
include_once(
"./Modules/LearningModule/classes/class.ilLMObject.php"
);
28
$chaps =
ilLMObject::_getAllLMObjectsOfLM
($this->lm->getId(),
$a_type
=
"st"
);
29
foreach
($chaps as
$c
) {
30
$this->
setNodeOpen
($c);
31
}
32
}
33
}
ilLMTOCExplorerGUI
LM presentation (left frame) explorer GUI class.
Definition:
class.ilLMTOCExplorerGUI.php:14
ilLMTableOfContentsExplorerGUI\__construct
__construct($a_parent_obj, $a_parent_cmd, ilLMPresentationGUI $a_lm_pres, $a_lang="-")
Constructor.
Definition:
class.ilLMTableOfContentsExplorerGUI.php:24
ilLMObject\_getAllLMObjectsOfLM
static _getAllLMObjectsOfLM($a_lm_id, $a_type="")
Get all objects of learning module.
Definition:
class.ilLMObject.php:1364
ilExplorerBaseGUI\setNodeOpen
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
Definition:
class.ilExplorerBaseGUI.php:431
$c
$c
Definition:
inc.setup_header.php:183
ilLMPresentationGUI
Class ilLMPresentationGUI.
Definition:
class.ilLMPresentationGUI.php:25
$a_type
$a_type
Definition:
workflow.php:92
ilLMTableOfContentsExplorerGUI
LM presentation (separate toc screen) explorer GUI class.
Definition:
class.ilLMTableOfContentsExplorerGUI.php:14
php
Modules
LearningModule
classes
class.ilLMTableOfContentsExplorerGUI.php
Generated on Thu Mar 13 2025 19:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)