89 return $DIC->ui()->factory()->legacy(
"");
97 $this->parent = $identification;
107 return $this->parent instanceof
isParent;
123 $this->parent = $identification;
151 $this->children[] = $child;
161 $this->children = array_filter($this->children,
static function (
isItem $item) use ($child_to_remove) :
bool {
173 return count($this->children) > 0;
overrideParent(IdentificationInterface $identification)
isLinkWithExternalAction()
appendChild(isChild $child)
Interface IdentificationInterface.
Class NullIdentification.
__construct(IdentificationInterface $provider_identification)
withIsLinkToExternalAction(bool $is_external)
getProviderIdentification()
withContent(Component $ui_component)
withAction(string $action)
withSymbol(Symbol $symbol)
Interface hasSymbol Methods for Entries with Symbols.
withChildren(array $children)
__construct(Container $dic, ilPlugin $plugin)
withParent(IdentificationInterface $identification)
removeChild(isChild $child_to_remove)
trait SymbolDecoratorTrait
withContentWrapper(Closure $content_wrapper)