ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Group.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2017 Alex Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4 
6 
11 {
17  public function getTitle();
18 
24  public function getItems();
25 
32  public function withActions(\ILIAS\UI\Component\Dropdown\Standard $dropdown);
33 
39  public function getActions();
40 }
Class Factory.
getTitle()
Gets the title of the group.
Class BaseForm.
A component is the most general form of an entity in the UI.
Definition: Component.php:13
Common interface to item groups.
Definition: Group.php:10
getActions()
Get the actions Dropdown of the group.
getItems()
Gets item of the group.
withActions(\ILIAS\UI\Component\Dropdown\Standard $dropdown)
Create a new appointment item with a set of actions to perform on it.