description: > Example for rendering a vertical dividing line.
expected output: >
ILIAS shows a dot centered between two text sections.
Definition at line 32 of file base.php.
33{
35 $f =
$DIC->ui()->factory();
37
38 return $renderer->render(array(
$f->legacy()->content(
"Some content"),
39 $f->divider()->vertical(),
40 $f->legacy()->content(
"More content")));
41}
References $DIC, Vendor\Package\$f, and $renderer.