33 $this->
lng->loadLanguageModule(
'gsfo');
39 $this->item_factory->group(
40 $this->id_factory->identifier(ilFooterStandardGroups::ACCESSIBILITY->value),
41 $this->lng->txt(
'accessibility')
53 $entries[] = $this->item_factory
55 $this->id_factory->identifier(
'accessibility_control'),
56 $accessibility_control_title
58 ->withAction($accessibility_control_url)
59 ->withParent($this->id_factory->identifier(ilFooterStandardGroups::ACCESSIBILITY->value));
65 $entries[] = $this->item_factory
67 $this->id_factory->identifier(
'accessibility_report'),
68 $accessibility_report_title
70 ->withAction($accessibility_report_url)
71 ->withParent($this->id_factory->identifier(ilFooterStandardGroups::ACCESSIBILITY->value));
Customizing of pimple-DIC for ILIAS.
language()
Get interface to the i18n service.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc