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.
References $DIC, Vendor\Package\$f, and $renderer.
35 $f = $DIC->ui()->factory();
38 return $renderer->render(array(
$f->legacy()->content(
"Some content"),
39 $f->divider()->vertical(),
40 $f->legacy()->content(
"More content")));