ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
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
This describes how a panel could be modified during construction of UI.
Definition: Panel.php:11
getTitle()
Gets the title of the panel.
getContent()
Gets the content to be displayed inside the panel.
getActions()
Gets action Dropdown being displayed beside the title.
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Sets action Dropdown being displayed beside the title.
This describes a Standard Panel.
Definition: Standard.php:13
Class ChatMainBarProvider \MainMenu\Provider.
Class Factory.