Go to the source code of this file.
◆ with_novelty()
Definition at line 2 of file with_novelty.php.
References $DIC.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 return $renderer->render(
10 ->withCounter($f->counter()->novelty(1))
11 ->withCounter($f->counter()->status(8))