ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
◀ 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
q
r
s
t
u
v
w
x
y
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
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilGlobalTemplate.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
LTI
;
21
27
// ToDo Stefan: Can be removed?
28
class
ilGlobalTemplate
extends
\ilGlobalTemplate
29
{
30
public
function
__construct
(
31
string
$file,
32
bool
$flag1,
33
bool
$flag2,
34
string
$in_module
=
''
,
35
string
$vars =
"DEFAULT"
,
36
bool
$plugin
=
false
,
37
bool
$a_use_cache =
false
38
) {
39
parent::__construct
(
40
$file,
41
$flag1,
42
$flag2,
43
$in_module
,
44
$vars,
45
$plugin
,
46
$a_use_cache
47
);
48
}
49
50
// public function getMainMenu() : void
51
// {
52
// global $ilMainMenu;
53
// //$ilMainMenu->setLoginTargetPar($this->getLoginTargetPar());
54
// $this->main_menu = $ilMainMenu->getHTML();
55
// $this->main_menu_spacer = $ilMainMenu->getSpacerClass();
56
// }
57
}
LTI\ilGlobalTemplate
special template class to simplify handling of ITX/PEAR
Definition:
class.ilGlobalTemplate.php:28
XapiProxy\$plugin
$plugin
Definition:
xapiproxy.php:27
LTI\ilGlobalTemplate\__construct
__construct(string $file, bool $flag1, bool $flag2, string $in_module='', string $vars="DEFAULT", bool $plugin=false, bool $a_use_cache=false)
Definition:
class.ilGlobalTemplate.php:30
LTI
Definition:
class.ilGlobalTemplate.php:20
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilGlobalTemplate\$in_module
string $in_module
Definition:
class.ilGlobalTemplate.php:70
components
ILIAS
LTIProvider
classes
class.ilGlobalTemplate.php
Generated on Sat Apr 5 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)