19declare(strict_types=1);
56 $clone = clone($this);
75 return ($this->symbol instanceof
Symbol);
83 $clone = clone($this);
110 $clone = clone($this);
121 $this->children[] = $child;
131 return $this->children !== [];
Interface IdentificationInterface.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
trait SymbolDecoratorTrait