ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
base.php File Reference

Go to the source code of this file.

Functions

 base ()
 

Function Documentation

◆ base()

base ( )

Definition at line 5 of file base.php.

5 {
6 //Init Factory and Renderer
7 global $DIC;
8 $f = $DIC->ui()->factory();
9 $renderer = $DIC->ui()->renderer();
10
11 //Init Component
12 $legacy = $f->legacy("Legacy Content");
13
14 //Render
15 return $renderer->render($legacy);
16}
global $DIC

References $DIC.