3 declare(strict_types=1);
32 abstract class Item implements C\Item\Item
42 protected ?C\Dropdown\Standard
$actions = null;
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;
withDescription(string $description)
C Dropdown Standard $actions
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($title)
Item constructor.
This describes commonalities between all types of Dropdowns.
Common interface to all items.
withActions(C\Dropdown\Standard $actions)
withProperties(array $properties)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...