19declare(strict_types=1);
64 $clone = clone($this);
91 $clone = clone($this);
118 $clone = clone($this);
129 $this->children[] = $child;
139 return $this->children !== [];
Interface IdentificationInterface.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
trait ComponentDecoratorTrait