ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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\Popover\Factory\standard
standard($content)
description: purpose: > Standard Popovers are used to display other components.
ILIAS\UI\Component\Popover\Listing
Definition:
Listing.php:30
ILIAS\UI\Component\Popover
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
Component
ILIAS\UI\Component\Popover\Factory\listing
listing(array $items)
description: purpose: > Listing Popovers are used to display list items.
ILIAS\UI\Component\Popover\Standard
Definition:
Standard.php:30
Factory
src
UI
Component
Popover
Factory.php
Generated on Wed Sep 3 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)