ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
apply.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
36function apply()
37{
38 global $DIC;
39 $f = $DIC->ui()->factory();
40 $renderer = $DIC->ui()->renderer();
41 $glyph = $f->symbol()->glyph()->apply();
42
43 //Showcase the various states of this Glyph
44 $list = $f->listing()->descriptive([
45 "Standard" => $glyph,
46 "Highlighted" => $glyph->withHighlight(),
47 ]);
48
49 return $renderer->render($list);
50}
$renderer
global $DIC
Definition: shib_login.php:26