ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ChatMainBarProvider .
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:12
getActions()
Gets action Dropdown being displayed beside the title.