19declare(strict_types=1);
 
   54        $clone = clone($this);
 
   73        return ($this->symbol instanceof 
Symbol);
 
   81        $clone = clone($this);
 
  116        return ($this->content instanceof 
Legacy);
 
Interface IdentificationInterface.
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
 
trait SymbolDecoratorTrait