3 declare(strict_types=1);
    21     $factory = $DIC->ui()->factory();
    24     $tags = [
"PHP", 
"ILIAS", 
"Sofware", 
"SOLID", 
"Domain Driven"];
    27     foreach ($tags as $tag) {
    28         $html .= 
$renderer->render($factory->button()->tag($tag, 
""));
    31     $legacy = $factory->legacy($html);
    32     $link = $factory->button()->Shy(
"Edit Keywords", 
"");
    34     $panel = $factory->panel()->secondary()->legacy(
"panel title", $legacy)->withFooter($link);
 
with_footer()
 description: > Example for rendering a secondary legacy listing panel with a footer.