ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Popover
;
22
23
use
ILIAS\UI\Component\Component
;
24
28
interface
Factory
29
{
55
public
function
standard
($content):
Standard
;
56
57
75
public
function
listing
(array $items):
Listing
;
76
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Popover\Factory
Factory to create different types of Popovers.
Definition:
Factory.php:29
ILIAS\UI\Component\Popover\Factory\standard
standard($content)
ILIAS\UI\Component\Popover\Factory\listing
listing(array $items)
ILIAS\UI\Component\Popover\Listing
Definition:
Listing.php:31
ILIAS\UI\Component\Popover\Standard
Definition:
Standard.php:31
ILIAS\UI\Component\Popover
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Popover
Factory.php
Generated on Sun Oct 19 2025 23:02:14 for ILIAS by
1.9.4 (using
Doxyfile
)