ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
Class Factory.
Class BaseForm.
getTitle()
Gets the title of the appointment listing.
A component is the most general form of an entity in the UI.
Definition: Component.php:13
getActions()
Gets the action drop down to be displayed on the right of the title.
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Sets the action drop down to be displayed on the right of the title.