31 use \ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\Hasher;
40 return $this->context_collection->
main()->repository();
47 $lng = $DIC->language();
48 $access = $DIC->access();
50 $lng->loadLanguageModule(
"content");
53 $additional_data = $called_contexts->
current()->getAdditionalData();
54 $iff =
function (
$id) {
55 return $this->identification_provider->contextAwareIdentifier(
$id);
57 $l =
function (
string $content) {
58 return $this->dic->ui()->factory()->legacy($content);
61 if ($additional_data->is(self::SHOW_TOC_TOOL,
true)) {
64 if (!$access->checkAccess(
"read",
"",
$ref_id)) {
68 $tools[] = $this->
getTocTool($additional_data);
71 if ($additional_data->is(self::SHOW_LINK_SLATES,
true)) {
72 $title =
$lng->txt(
"obj_glo");
73 $icon = $DIC->ui()->factory()->symbol()->icon()->custom(\
ilUtil::getImagePath(
"icon_glo.svg"), $title);
74 $identification = $iff(
"lm_glossary");
75 $hashed = $this->
hash($identification->serialize());
76 $tools[] = $this->factory->tool($identification)
79 $signal_id = $c->getToggleSignal()->getId();
80 return $c->withAdditionalOnLoadCode(
static function (
$id) use ($hashed) {
82 $('body').on('il-lm-show-glossary-slate', function(){ 83 il.UI.maincontrols.mainbar.engageTool('$hashed'); 89 ->withInitiallyHidden(
true)
91 ->withContentWrapper(
function () use ($l) {
97 $title =
$lng->txt(
"cont_tool_media");
98 $icon = $DIC->ui()->factory()->symbol()->icon()->custom(\
ilUtil::getImagePath(
"icon_mdia.svg"), $title);
99 $identification = $iff(
"lm_media");
100 $hashed = $this->
hash($identification->serialize());
101 $tools[] = $this->factory->tool($identification)
104 $signal_id = $c->getToggleSignal()->getId();
105 return $c->withAdditionalOnLoadCode(
static function (
$id) use ($hashed) {
107 $('body').on('il-lm-show-media-slate', function(){ 108 il.UI.maincontrols.mainbar.engageTool('$hashed'); 114 ->withInitiallyHidden(
true)
116 ->withContentWrapper(
function () use ($l) {
122 $title =
$lng->txt(
"cont_tool_faq");
123 $icon = $DIC->ui()->factory()->symbol()->icon()->custom(\
ilUtil::getImagePath(
"icon_faq.svg"), $title);
124 $identification = $iff(
"lm_faq");
125 $hashed = $this->
hash($identification->serialize());
126 $tools[] = $this->factory->tool($identification)
129 $signal_id = $c->getToggleSignal()->getId();
130 return $c->withAdditionalOnLoadCode(
static function (
$id) use ($hashed) {
132 $('body').on('il-lm-show-faq-slate', function(){ 133 il.UI.maincontrols.mainbar.engageTool('$hashed'); 139 ->withInitiallyHidden(
true)
141 ->withContentWrapper(
function () use ($l) {
152 $iff =
function (
$id) {
153 return $this->identification_provider->contextAwareIdentifier(
$id);
156 $this->
hash($iff(
"lm_pres_toc")->serialize()),
157 $this->
hash($iff(
"lm_glossary")->serialize()),
158 $this->
hash($iff(
"lm_media")->serialize()),
159 $this->
hash($iff(
"lm_faq")->serialize())
168 $lng = $DIC->language();
170 $iff =
function (
$id) {
171 return $this->identification_provider->contextAwareIdentifier(
$id);
173 $l =
function (
string $content) {
174 return $this->dic->ui()->factory()->legacy($content);
177 $title =
$lng->txt(
"cont_toc");
178 $icon = $DIC->ui()->factory()->symbol()->icon()->custom(\
ilUtil::getImagePath(
"icon_chp.svg"), $title);
179 return $this->factory->tool($iff(
"lm_pres_toc"))
181 ->withContentWrapper(
function () use ($l, $additional_data) {
182 return $l($this->
getToc($additional_data));
195 if ($additional_data->
exists(self::LM_QUERY_PARAMS)) {
196 $params = $additional_data->
get(self::LM_QUERY_PARAMS);
198 $offline = $additional_data->
is(self::LM_OFFLINE,
true);
207 return $renderer->render();
215 return "<div style='height:100%; overflow:hidden;' id='" . $type .
"_area'><iframe style='border:0; padding:0; height:100%; width:100%'></iframe></div>";
is(string $key, $expected_value)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Class ChatMainBarProvider .
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withSymbol(Symbol $symbol)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Main service init and factory.