26 protected \ILIAS\DI\UIServices
$ui;
34 $this->
ui = $DIC->ui();
35 $this->
lng = $DIC->language();
36 $this->
ctrl = $DIC->ctrl();
45 $mbox = $ui->factory()->messageBox()->info($lng->
txt(
"survey_has_datasets_warning_page_view"))
46 ->withLinks([$ui->factory()->link()->standard(
47 $lng->
txt(
"survey_has_datasets_warning_page_view_link"),
51 return $ui->renderer()->render($mbox);
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)