3 declare(strict_types=1);
    19     $factory = $DIC->ui()->factory();
    22     $actions = $factory->dropdown()->standard(array(
    23         $factory->button()->shy(
"ILIAS", 
"https://www.ilias.de"),
    24         $factory->button()->shy(
"GitHub", 
"https://www.github.com")
    27     $legacy = $factory->legacy(
"Legacy content");
    29     $panel = $factory->panel()->secondary()->legacy(
    32     )->withActions($actions);
 
base()
 description: > Example for rendering a secondary legacy panel listing.