ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
apply.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\examples\Symbol\Glyph\Apply
;
22
36
function
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
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\examples\Symbol\Glyph\Apply
Definition:
apply.php:21
ILIAS\UI\examples\Symbol\Glyph\Apply\apply
apply()
Definition:
apply.php:36
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
UI
src
examples
Symbol
Glyph
Apply
apply.php
Generated on Wed Apr 8 2026 23:06:39 for ILIAS by
1.9.4 (using
Doxyfile
)