19declare(strict_types=1);
24use ILIAS\UI\Implementation\Component\ComponentHelper;
56 $this->checkStringArg(
"title",
$title);
77 $clone->desc = $description;
95 $clone->props = $properties;
112 $clone = clone $this;
113 $clone->actions = $actions;
122 return $this->actions;
withProperties(array $properties)
withDescription(string $description)
__construct($title)
Item constructor.
withActions(C\Dropdown\Standard $actions)
C Dropdown Standard $actions
This describes commonalities between all types of Dropdowns.
Common interface to all items.