description: > Example for rendering a legacy segment.
expected output: >
ILIAS shows the word "content".
Definition at line 32 of file base.php.
33{
35 $f =
$DIC->ui()->factory();
37
38 $legacy =
$f->legacy()->segment(
'title',
'content');
40}
References $DIC, Vendor\Package\$f, and $renderer.