ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 
16  public function getTitle();
17 
23  public function getContent();
24 }
This describes how a panel could be modified during construction of UI.
Definition: Panel.php:10
A component is the most general form of an entity in the UI.
Definition: Component.php:13
getContent()
Gets the content to be displayed inside the panel.
getTitle()
Gets the title of the panel.