ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Standard.php
Go to the documentation of this file.
1<?php
2
4
6
12interface Standard extends Popover
13{
14
20 public function getContent();
21}
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
Describes the Popover component.
Definition: Popover.php:14
getContent()
Get the components representing the content of the popover.