ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilGlobalTemplate.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace LTI;
22
28// ToDo Stefan: Can be removed?
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 ) {
41 $file,
42 $flag1,
43 $flag2,
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}
special template class to simplify handling of ITX/PEAR
__construct(string $file, bool $flag1, bool $flag2, string $in_module='', string $vars="DEFAULT", bool $plugin=false, bool $a_use_cache=false)
special template class to simplify handling of ITX/PEAR
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc