ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\UI\examples\Divider\Vertical Namespace Reference

Functions

 base ()
 

Function Documentation

◆ base()

ILIAS\UI\examples\Divider\Vertical\base ( )

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{
34 global $DIC;
35 $f = $DIC->ui()->factory();
36 $renderer = $DIC->ui()->renderer();
37
38 return $renderer->render(array($f->legacy()->content("Some content"),
39 $f->divider()->vertical(),
40 $f->legacy()->content("More content")));
41}
$renderer

References ILIAS\UI\examples\Layout\Page\Mail\$DIC, Vendor\Package\$f, and $renderer.