Go to the source code of this file.
◆ with_novelty()
Definition at line 2 of file with_novelty.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
8 return $renderer->render(
10 ->withCounter(
$f->counter()->novelty(1))
11 ->withCounter(
$f->counter()->status(8))
12 );
13}
References $DIC, and $f.