ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Standard.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\UI\Component\Popover
;
4
5
use
ILIAS\UI\Component\Component
;
6
12
interface
Standard
extends
Popover
13
{
14
20
public
function
getContent
();
21
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Component\Popover\Popover
Describes the Popover component.
Definition:
Popover.php:14
ILIAS\UI\Component\Popover\Standard
Definition:
Standard.php:13
ILIAS\UI\Component\Popover\Standard\getContent
getContent()
Get the components representing the content of the popover.
ILIAS\UI\Component\Popover
Definition:
Factory.php:3
src
UI
Component
Popover
Standard.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)