Go to the source code of this file.
◆ multiple_glyphs()
Definition at line 2 of file multiple_glyphs.php.
References $comment, $DIC, and $tag.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $note = $f->glyph()->note(
"#")
9 ->withCounter($f->counter()->novelty(100))
10 ->withCounter($f->counter()->status(8));
12 $tag = $f->glyph()->tag(
"#")
13 ->withCounter($f->counter()->novelty(1))
14 ->withCounter($f->counter()->status(800));
17 ->withCounter($f->counter()->novelty(1))
18 ->withCounter($f->counter()->status(8));
20 return $renderer->render($note) . $renderer->render(
$tag) . $renderer->render(
$comment);
if(function_exists('posix_getuid') &&posix_getuid()===0) if(!array_key_exists('t', $options)) $tag