ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
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 $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
Definition: buildRTE.php:72
$renderer
global $DIC
Definition: shib_login.php:26