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}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
Common interface to item groups.
Definition: Group.php:11
getTitle()
Gets the title of the group.
withActions(\ILIAS\UI\Component\Dropdown\Standard $dropdown)
Create a new appointment item with a set of actions to perform on it.
getActions()
Get the actions Dropdown of the group.
getItems()
Gets item of the group.
Class BaseForm.
Class Factory.