ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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?
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,
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 }
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)