ILIAS  release_8 Revision v8.24
class.ilGlobalTemplate.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
20namespace LTI;
21
27// ToDo Stefan: Can be removed?
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 ) {
40 $file,
41 $flag1,
42 $flag2,
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}
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...