ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
multiple_glyphs.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
34{
35 global $DIC;
36 $f = $DIC->ui()->factory();
37 $renderer = $DIC->ui()->renderer();
38
39 $note = $f->symbol()->glyph()->note("#")
40 ->withCounter($f->counter()->novelty(100))
41 ->withCounter($f->counter()->status(8));
42
43 $tag = $f->symbol()->glyph()->tag("#")
44 ->withCounter($f->counter()->novelty(1))
45 ->withCounter($f->counter()->status(800));
46
47 $comment = $f->symbol()->glyph()->comment("#")
48 ->withCounter($f->counter()->novelty(1))
49 ->withCounter($f->counter()->status(8));
50
51 return $renderer->render($note) . $renderer->render($tag) . $renderer->render($comment);
52}
$comment
Definition: buildRTE.php:72
$renderer
global $DIC
Definition: shib_login.php:26