ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
base.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
21 function base()
22 {
23  global $DIC;
24  $f = $DIC->ui()->factory();
25  $renderer = $DIC->ui()->renderer();
26 
27  return $renderer->render($f->button()->close());
28 }
$renderer
global $DIC
Definition: shib_login.php:25
base()
description: > This example is rather artificial, since the close button is only used in other compo...
Definition: base.php:21