19declare(strict_types=1);
34 protected \ILIAS\DI\UIServices
$ui;
50 $this->
ui = $DIC->ui();
51 $this->
toolbar = $DIC->toolbar();
68 $link = $this->
ui->factory()->link()->standard(
72 if ($this->new_viewport) {
73 $link = $link->withOpenInNewViewport(
true);
98 return $this->
ui->renderer()->render($this->
getLink());
toToolbar(bool $sticky=false, ?\ilToolbarGUI $toolbar=null)
__construct(string $caption, string $href, bool $new_viewport=false)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.