Go to the source code of this file.
◆ with_novelty()
Definition at line 2 of file with_novelty.php.
References $DIC, and Vendor\Package\$f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 return $renderer->render(
9 $f->symbol()->glyph()->mail(
"#")
10 ->withCounter(
$f->counter()->novelty(1))
11 ->withCounter(
$f->counter()->status(8))