ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
unchecked.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
ILIAS\UI\examples\Symbol\Glyph\Unchecked
;
6
20
function
unchecked
()
21
{
22
global
$DIC
;
23
$f
=
$DIC
->ui()->factory();
24
$renderer
=
$DIC
->ui()->renderer();
25
26
$glyph =
$f
->symbol()->glyph()->unchecked();
27
28
//Showcase the various states of this Glyph
29
$list =
$f
->listing()->descriptive([
30
"Standard"
=> $glyph,
31
"Highlighted"
=> $glyph->withHighlight(),
32
]);
33
34
return
$renderer
->render($list);
35
}
$renderer
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\examples\Symbol\Glyph\Unchecked
Definition:
unchecked.php:5
ILIAS\UI\examples\Symbol\Glyph\Unchecked\unchecked
unchecked()
Definition:
unchecked.php:20
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
UI
src
examples
Symbol
Glyph
Unchecked
unchecked.php
Generated on Wed Apr 8 2026 23:06:39 for ILIAS by
1.9.4 (using
Doxyfile
)