ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Panel.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4 
6 
11 {
17  public function getTitle();
18 
24  public function getContent();
25 
31  public function withActions(\ILIAS\UI\Component\Dropdown\Standard $actions);
32 
37  public function getActions();
38 }
This describes how a panel could be modified during construction of UI.
Definition: Panel.php:10
Class Factory.
Class BaseForm.
A component is the most general form of an entity in the UI.
Definition: Component.php:13
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Sets action Dropdown being displayed beside the title.
getContent()
Gets the content to be displayed inside the panel.
getTitle()
Gets the title of the panel.
This describes a Standard Panel.
Definition: Standard.php:10
getActions()
Gets action Dropdown being displayed beside the title.