ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
base_text_block.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
32 function base_text_block()
33 {
34  global $DIC;
35  $f = $DIC->ui()->factory();
36  $renderer = $DIC->ui()->renderer();
37 
38  $panel = $f->panel()->standard(
39  "Panel Title",
40  $f->legacy()->content("Some Content")
41  );
42 
43  return $renderer->render($panel);
44 }
$renderer
base_text_block()
description: > Example for rendering a standard panel.
global $DIC
Definition: shib_login.php:22