19 declare(strict_types=1);
32 abstract class Item implements C\Item\Item
56 $this->checkStringArg(
"title",
$title);
77 $clone->desc = $description;
95 $clone->props = $properties;
112 $clone = clone $this;
withDescription(string $description)
C Dropdown Standard $actions
__construct($title)
Item constructor.
This describes commonalities between all types of Dropdowns.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Common interface to all items.
withActions(C\Dropdown\Standard $actions)
withProperties(array $properties)