ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Common interface to item groups. More...
Public Member Functions | |
getTitle () | |
Gets the title of the group. More... | |
getItems () | |
Gets item of the group. More... | |
withActions (Standard $dropdown) | |
Create a new appointment item with a set of actions to perform on it. More... | |
getActions () | |
Get the actions Dropdown of the group. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
ILIAS\UI\Component\Item\Group::getActions | ( | ) |
Get the actions Dropdown of the group.
ILIAS\UI\Component\Item\Group::getItems | ( | ) |
Gets item of the group.
ILIAS\UI\Component\Item\Group::getTitle | ( | ) |
Gets the title of the group.
ILIAS\UI\Component\Item\Group::withActions | ( | Standard | $dropdown | ) |
Create a new appointment item with a set of actions to perform on it.