19 declare(strict_types=1);
105 return $DIC->ui()->factory()->legacy()->content(
"");
113 $this->parent = $identification;
123 return $this->parent instanceof
isParent;
139 $this->parent = $identification;
168 $this->children[] = $child;
188 return $this->children !== [];
overrideParent(IdentificationInterface $identification)
isLinkWithExternalAction()
Interface IdentificationInterface.
IdentificationInterface $parent
Class NullIdentification.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(IdentificationInterface $provider_identification)
withIsLinkToExternalAction(bool $is_external)
withContent(Component $ui_component)
withAction(string $action)
withSymbol(Symbol $symbol)
withChildren(array $children)
removeChild(isItem $child)
__construct(Container $dic, ilPlugin $plugin)
appendChild(isItem $child)
withParent(IdentificationInterface $identification)
withContentWrapper(Closure $content_wrapper)
getProviderIdentification()