ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Descriptive.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Listing
;
22
27
interface
Descriptive
extends
Listing
28
{
33
public
function
withItems
(array $items):
Descriptive
;
34
39
public
function
getItems
(): array;
40
}
ILIAS\UI\Component\Listing\Listing
Definition:
Listing.php:26
ILIAS\UI\Component\Listing\Descriptive\getItems
getItems()
Gets the key value pair as items for the list.
ILIAS\UI\Component\Listing
ILIAS\UI\Component\Listing\Descriptive
Definition:
Descriptive.php:27
ILIAS\UI\Component\Listing\Descriptive\withItems
withItems(array $items)
Sets a key value pair as items for the list.
components
ILIAS
UI
src
Component
Listing
Descriptive.php
Generated on Wed Sep 3 2025 23:04:13 for ILIAS by
1.8.13 (using
Doxyfile
)