ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 ChatMainBarProvider \MainMenu\Provider.
Class Factory.