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

Go to the source code of this file.

Functions

 base_text_block ()
 

Function Documentation

◆ base_text_block()

base_text_block ( )

Definition at line 3 of file base_text_block.php.

3 {
4 global $DIC;
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
7
8 $panel = $f->panel()->standard(
9 "Panel Title",
10 $f->legacy("Some Content")
11 );
12
13 return $renderer->render($panel);
14}
global $DIC

References $DIC.