19 declare(strict_types=1);
67 $clone = clone($this);
104 $f = $DIC->ui()->factory();
107 $glyph =
$f->symbol()->glyph()->notification()->withCounter(
$f->counter()->novelty($new));
109 return $glyph->withCounter(
$f->counter()->status($old));
128 $clone = clone($this);
129 $clone->amount_of_old_notifications = $amount;
148 $clone = clone($this);
149 $clone->amount_of_new_notifications = $amount;
Interface IdentificationInterface.
__construct(Container $dic, ilPlugin $plugin)