3 declare(strict_types=1);
45 private \ILIAS\DI\Container
$DIC;
55 return $this->
DIC->ui();
60 return $this->
DIC->object();
65 return $this->
DIC->ctrl();
70 return $this->
DIC->http();
85 return $this->
DIC->ui()->mainTemplate();
90 return $this->
DIC->upload();
95 return $this->
DIC->toolbar();
100 return $this->
DIC->globalScreen();
105 return $this->
DIC->help();
110 return $this->
DIC->tabs();
115 return $this->
DIC[
"ilLocator"];
120 return $this->
DIC[
"ilNavigationHistory"];
129 string $submit_caption =
"" 140 string $cancel_label =
"" 152 public function send(
string $output): void
155 $http->saveResponse(
$http->response()->withBody(
158 $http->sendResponse();
169 bool $activated =
true,
170 bool $expanded =
true 194 bool $new_viewport =
false 218 $this->
DIC->repository()->internal()->domain()->profile(),
219 $this->
ui()->factory()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
button(string $caption, string $cmd)
PhpIncompatibleReturnTypeInspection
initGUIServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Customizing of pimple-DIC for ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.
Last visited history for repository items.
static ofString(string $string)
Creates a new stream with an initial value.
form( $class_path, string $cmd, string $submit_caption="")
modal(string $title="", string $cancel_label="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
link(string $caption, string $href, bool $new_viewport=false)
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)