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 
25  return $DIC->ui()->renderer()->render(
26  $DIC->ui()->factory()->button()->minimize()
27  );
28 }
global $DIC
Definition: shib_login.php:25
base()
description: > This example is rather artificial, since the minimize button is only used in other co...
Definition: base.php:21