19 declare(strict_types=1);
    69         $clone = clone($this);
   106         $f = $DIC->ui()->factory();
   109         $glyph = 
$f->symbol()->glyph()->notification()->withCounter(
$f->counter()->novelty($new));
   111             $glyph = $glyph->withCounter(
$f->counter()->status($old));
   129         $clone = clone($this);
   130         $clone->amount_of_old_notifications = $amount;
   149         $clone = clone($this);
   150         $clone->amount_of_new_notifications = $amount;
 
trait SymbolDecoratorTrait
 
Interface IdentificationInterface.