ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
base.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
33 function base()
34 {
35  global $DIC;
36  $f = $DIC->ui()->factory();
37  $renderer = $DIC->ui()->renderer();
38 
39  return $renderer->render($f->button()->primary("Goto ILIAS", "http://www.ilias.de"));
40 }
base()
description: > Example for rendering a primary button.
Definition: base.php:33
$renderer
global $DIC
Definition: shib_login.php:22