ILIAS  release_7 Revision v7.30-3-g800a261c036
Listing.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
12{
18 public function getTitle();
19
25 public function getItemGroups();
26
32 public function withActions(\ILIAS\UI\Component\Dropdown\Standard $actions);
33
38 public function getActions();
39}
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
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Sets the action drop down to be displayed on the right of the title.
getTitle()
Gets the title of the appointment listing.
getActions()
Gets the action drop down to be displayed on the right of the title.
Class ChatMainBarProvider \MainMenu\Provider.
Class Factory.