25 protected function ctrl()
27 return $this->dic()->ctrl();
36 public function txt($variable)
38 return $this->lng()->txt($variable);
45 protected function tpl()
47 return $this->dic()->ui()->mainTemplate();
54 protected function lng()
56 return $this->dic()->language();
63 protected function tabs()
65 return $this->dic()->tabs();
72 protected function ui()
74 return $this->dic()->ui();
81 protected function user()
83 return $this->dic()->user();
90 protected function http()
92 return $this->dic()->http();
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
static http()
Fetches the global http state from ILIAS.