19 declare(strict_types=1);
29 protected \ILIAS\DI\UIServices
$ui;
30 protected int $type = self::TYPE_GLYPH;
38 $this->
ui = $DIC->ui();
47 $this->type = self::TYPE_GLYPH;
54 $s = $this->
ui->factory()->symbol()->glyph()->$gl(
62 $s = $this->
ui->renderer()->render($this->
getSymbol());
64 if ($this->href ===
"") {
65 $s = str_replace(
"</a>",
"", substr($s, strpos($s,
"<span")));
glyph(string $gl_type, string $href="")
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...