Go to the source code of this file.
◆ simpleWithLink()
Definition at line 2 of file simpleWithLink.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
9 ->icon()
10 ->standard("crs", 'Example');
11
13 ->node()
14 ->simple('label');
15
16
17 $uri = new \ILIAS\Data\URI('https://ilias.de');
18
20 ->node()
21 ->simple('label', $icon, $uri);
22
23 return $renderer->render([$node, $node2]);
24}
References $DIC, and $factory.