19declare(strict_types=1);
69 $clone = clone($this);
103 $f =
$DIC->ui()->factory();
106 $glyph =
$f->symbol()->glyph()->notification()->withCounter(
$f->counter()->novelty($new));
108 return $glyph->withCounter(
$f->counter()->status($old));
127 $clone = clone($this);
128 $clone->amount_of_old_notifications = $amount;
146 $clone = clone($this);
147 $clone->amount_of_new_notifications = $amount;
Interface IdentificationInterface.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
trait ComponentDecoratorTrait