19declare(strict_types=1);
25use ILIAS\UI\Implementation\Component\ComponentHelper;
47 $this->title = $title;
48 $this->items = $items;
73 $clone->actions = $dropdown;
82 return $this->actions;
__construct(string $title, array $items)
Dropdown Standard $actions
withActions(Dropdown\Standard $dropdown)
This describes commonalities between all types of Dropdowns.
Common interface to item groups.
Common interface to all items.