3 declare(strict_types=1);
17 $factory = $DIC->ui()->factory();
20 $glyph = $factory->symbol()->glyph()->bold(
"#");
23 $list = $factory->listing()->descriptive([
25 "Inactive" => $glyph->withUnavailableAction(),
26 "Highlighted" => $glyph->withHighlight()
bold()
expected output: > ILIAS shows the rendered Component.