ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\UI\Component\Popover
;
4
5
use \ILIAS\UI\Component\Component as
Component
;
6
10
interface
Factory
11
{
12
40
public
function
standard
($content);
41
42
62
public
function
listing
($items);
63
}
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\Factory
Factory to create different types of Popovers.
Definition:
Factory.php:11
ILIAS\UI\Component\Popover\Factory\listing
listing($items)
ILIAS\UI\Component\Popover\Factory\standard
standard($content)
ILIAS\UI\Component\Popover
Definition:
Factory.php:3
src
UI
Component
Popover
Factory.php
Generated on Sat Oct 4 2025 19:01:26 for ILIAS by
1.9.4 (using
Doxyfile
)