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