Go to the source code of this file.
◆ multiple_glyphs()
Definition at line 2 of file multiple_glyphs.php.
2 {
4 $f =
$DIC->ui()->factory();
5 $renderer =
$DIC->ui()->renderer();
6
7 $note = $f->glyph()->note("#")
8 ->withCounter($f->counter()->novelty(100))
9 ->withCounter($f->counter()->status(8));
10
11 $tag = $f->glyph()->tag("#")
12 ->withCounter($f->counter()->novelty(1))
13 ->withCounter($f->counter()->status(800));
14
16 ->withCounter($f->counter()->novelty(1))
17 ->withCounter($f->counter()->status(8));
18
19 return $renderer->render($note).$renderer->render($tag).$renderer->render(
$comment);
20}
References $comment, and $DIC.