ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
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
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
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilLMSlateTocRendererGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
10
class
ilLMSlateTocRendererGUI
11
{
15
protected
$service
;
16
20
public
function
__construct
(
ilLMPresentationService
$service
)
21
{
22
global
$DIC
;
23
24
$this->
user
= $DIC->user();
25
$this->service =
$service
;
26
}
27
33
public
function
render
()
34
{
35
$fac =
new
ilLMTOCExplorerGUIFactory
();
36
37
$exp = $fac->getExplorer($this->service,
"ilTOC"
);
38
//if (!$exp->handleCommand())
39
return
$exp->getHTML();
40
}
41
46
public
function
renderLSToc
(\
LSTOCBuilder
$toc)
47
{
48
$fac =
new
ilLMTOCExplorerGUIFactory
();
49
$exp = $fac->getExplorer($this->service,
"ilTOC"
);
50
$exp->renderLSToc($toc);
51
}
52
}
ilLMSlateTocRendererGUI\__construct
__construct(ilLMPresentationService $service)
Constructor.
Definition:
class.ilLMSlateTocRendererGUI.php:20
ilLMSlateTocRendererGUI\$service
$service
Definition:
class.ilLMSlateTocRendererGUI.php:15
user
user()
Definition:
user.php:4
ilLMSlateTocRendererGUI\renderLSToc
renderLSToc(\LSTOCBuilder $toc)
Render into ls toc.
Definition:
class.ilLMSlateTocRendererGUI.php:46
LSTOCBuilder
Class LSTOCBuilder.
Definition:
LSTOCBuilder.php:11
$DIC
global $DIC
Definition:
goto.php:24
ilLMSlateTocRendererGUI
Renders TOC for slate.
Definition:
class.ilLMSlateTocRendererGUI.php:10
ilLMSlateTocRendererGUI\render
render()
render
Definition:
class.ilLMSlateTocRendererGUI.php:33
ilLMTOCExplorerGUIFactory
Definition:
class.ilLMTOCExplorerGUIFactory.php:10
ilLMPresentationService
Main service init and factory.
Definition:
class.ilLMPresentationService.php:11
Modules
LearningModule
Presentation
classes
class.ilLMSlateTocRendererGUI.php
Generated on Sat Apr 5 2025 21:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)