ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\Listing\Listing
Definition:
Listing.php:26
ILIAS\UI\Component\Legacy\Content\Block
Definition:
interface.Block.php:26
ILIAS\UI\Component\Listing\Listing\withItems
withItems(array $items)
Sets the items to be listed.
ILIAS\UI\Component
Block
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component\Listing
ILIAS\UI\Component\Listing\Listing\getItems
getItems()
Gets the items to be listed.
components
ILIAS
UI
src
Component
Listing
Listing.php
Generated on Wed Sep 3 2025 23:04:13 for ILIAS by
1.8.13 (using
Doxyfile
)