19declare(strict_types=1);
35 protected UIFactory $ui_factory
41 return $this->ui_factory->messageBox()->failure(
42 $error .
'<br/>' . $this->
lng->txt(
'search_server_further_information')
48 return $this->ui_factory->messageBox()->info(
49 $this->
lng->txt(
'search_server_further_information')
55 $view_url = $this->
ctrl->getLinkTargetByClass(
56 ilObjSearchSettingsReadmeGUI::class,
59 return $this->ui_factory->link()->standard(
60 $this->
lng->txt(
'search_readme_file'),
62 )->withOpenInNewViewport(
true);
Builds a Color from either hex- or rgb values.
__construct(protected ilCtrlInterface $ctrl, protected ilLanguage $lng, protected UIFactory $ui_factory)
getServerErrorMessageBox(string $error)
getServerInfoMessageBox()
withLinks(array $links)
Get a Message Box like this, but with links.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...