ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
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?
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,
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 }
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)
__construct(Container $dic, ilPlugin $plugin)