ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
25
function
unchecked
()
26
{
27
global
$DIC
;
28
$f
= $DIC->ui()->factory();
29
$renderer
= $DIC->ui()->renderer();
30
31
$glyph =
$f
->symbol()->glyph()->unchecked();
32
33
//Showcase the various states of this Glyph
34
$list =
$f
->listing()->descriptive([
35
"Active"
=> $glyph,
36
"Inactive"
=> $glyph->withUnavailableAction(),
37
"Highlighted"
=> $glyph->withHighlight()
38
]);
39
40
return
$renderer
->render($list);
41
}
$renderer
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\examples\Symbol\Glyph\Unchecked\unchecked
unchecked()
description: > Example for rendering a Unchecked Glyph.
Definition:
unchecked.php:25
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
ILIAS\UI\examples\Symbol\Glyph\Unchecked
Definition:
unchecked.php:5
components
ILIAS
UI
src
examples
Symbol
Glyph
Unchecked
unchecked.php
Generated on Sun Aug 31 2025 23:04:11 for ILIAS by
1.8.13 (using
Doxyfile
)