ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
multiple_glyphs.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\examples\Counter\Status
;
22
33
function
multiple_glyphs
()
34
{
35
global
$DIC
;
36
$f
=
$DIC
->ui()->factory();
37
$renderer
=
$DIC
->ui()->renderer();
38
$note =
$f
->symbol()->glyph()->note()
39
->withCounter(
$f
->counter()->novelty(100))
40
->withCounter(
$f
->counter()->status(8)
41
);
42
43
$tag =
$f
->symbol()->glyph()->tag()
44
->withCounter(
$f
->counter()->novelty(1))
45
->withCounter(
$f
->counter()->status(800)
46
);
47
48
$comment
=
$f
->symbol()->glyph()->comment()
49
->withCounter(
$f
->counter()->novelty(1))
50
->withCounter(
$f
->counter()->status(8)
51
);
52
53
return
$renderer
->render($note) .
$renderer
->render($tag) .
$renderer
->render(
$comment
);
54
}
$comment
$comment
Definition:
buildRTE.php:72
$renderer
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\examples\Counter\Status
Definition:
base.php:21
ILIAS\UI\examples\Counter\Status\multiple_glyphs
multiple_glyphs()
Definition:
multiple_glyphs.php:33
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
UI
src
examples
Counter
Status
multiple_glyphs.php
Generated on Wed Apr 8 2026 23:06:38 for ILIAS by
1.9.4 (using
Doxyfile
)