19 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();
91 $main_tpl->addJavaScript(
"assets/js/repository.js");
96 return $this->
DIC->upload();
101 return $this->
DIC->toolbar();
106 return $this->
DIC->globalScreen();
111 return $this->
DIC->help();
116 return $this->
DIC->tabs();
121 return $this->
DIC[
"ilLocator"];
126 return $this->
DIC[
"ilNavigationHistory"];
135 string $submit_caption =
"" 146 string $cancel_label =
"" 158 public function send(
string $output): void
161 $http->saveResponse(
$http->response()->withBody(
164 $http->sendResponse();
175 bool $activated =
true,
176 bool $expanded =
true 200 bool $new_viewport =
false 224 $this->
DIC->repository()->internal()->domain()->profile(),
225 $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...
Interface Observer Contains several chained tasks and infos about them.
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)