19 declare(strict_types=1);
This describes how a panel could be modified during construction of UI.
withActions(Dropdown\Standard $actions)
Sets action Dropdown being displayed beside the title.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This describes commonalities between all types of Dropdowns.
getContent()
Gets the content to be displayed inside the panel.
getTitle()
Gets the title of the panel.
getActions()
Gets action Dropdown being displayed beside the title.
This is the interface for Blocks.
This describes a Standard Dropdown.