ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilGlobalTemplate.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
LTI
;
22
28
// ToDo Stefan: Can be removed?
29
class
ilGlobalTemplate
extends
\ilGlobalTemplate
30
{
31
public
function
__construct
(
32
string
$file,
33
bool
$flag1,
34
bool
$flag2,
35
string
$in_module
=
''
,
36
string
$vars =
"DEFAULT"
,
37
bool
$plugin
=
false
,
38
bool
$a_use_cache =
false
39
) {
40
parent::__construct
(
41
$file,
42
$flag1,
43
$flag2,
44
$in_module
,
45
$vars,
46
$plugin
,
47
$a_use_cache
48
);
49
}
50
51
// public function getMainMenu() : void
52
// {
53
// global $ilMainMenu;
54
// //$ilMainMenu->setLoginTargetPar($this->getLoginTargetPar());
55
// $this->main_menu = $ilMainMenu->getHTML();
56
// $this->main_menu_spacer = $ilMainMenu->getSpacerClass();
57
// }
58
}
LTI\ilGlobalTemplate
special template class to simplify handling of ITX/PEAR
Definition:
class.ilGlobalTemplate.php:30
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:31
ilGlobalTemplate
special template class to simplify handling of ITX/PEAR
Definition:
class.ilGlobalTemplate.php:30
ilGlobalTemplate\$in_module
string $in_module
Definition:
class.ilGlobalTemplate.php:70
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
LTI
Definition:
class.ilGlobalTemplate.php:21
XapiProxy\$plugin
$plugin
Definition:
xapiproxy.php:27
components
ILIAS
LTIProvider
classes
class.ilGlobalTemplate.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)