ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Listing.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Listing
;
22
23
use
ILIAS\UI\Component\Component
;
24
use
ILIAS\UI\Component\Layout\Alignment\Block
;
25
26
interface
Listing
extends
Component
,
Block
27
{
33
public
function
withItems
(array $items):
Listing
;
34
40
public
function
getItems
(): array;
41
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Layout\Alignment\Block
This is the interface for Blocks.
Definition:
Block.php:28
ILIAS\UI\Component\Listing\Listing
Definition:
Listing.php:27
ILIAS\UI\Component\Listing\Listing\getItems
getItems()
Gets the items to be listed.
ILIAS\UI\Component\Listing\Listing\withItems
withItems(array $items)
Sets the items to be listed.
ILIAS\UI\Component\Listing
ILIAS\UI\Component
components
ILIAS
UI
src
Component
Listing
Listing.php
Generated on Sat Oct 18 2025 23:04:38 for ILIAS by
1.9.4 (using
Doxyfile
)