3 declare(strict_types=1);
16 $f = $DIC->ui()->factory();
19 $props =
$f->listing()->property()
20 ->withProperty(
'Title',
'Some Title')
21 ->withProperty(
'number',
'7')
25 $f->symbol()->icon()->custom(
'./assets/images/learning_progress/in_progress.svg',
'incomplete'),
30 $props2 = $props->withItems([
33 [
'link',
$f->link()->standard(
'Goto ILIAS',
'http://www.ilias.de')]
38 $f->divider()->horizontal(),
base()
expected output: > ILIAS shows the rendered Component.