ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
EntityListing.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Listing\Entity
;
22
23
use
ILIAS\UI\Component\Component
;
24
28
interface
EntityListing
extends
Component
29
{
35
public
function
withData
(
DataRetrieval
$data
): self;
36
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Listing\Entity\DataRetrieval
This is to accumulate/consolidate the data to be shown in the listing.
Definition:
DataRetrieval.php:30
ILIAS\UI\Component\Listing\Entity\EntityListing
This is what an EntityListings looks like.
Definition:
EntityListing.php:29
ILIAS\UI\Component\Listing\Entity\EntityListing\withData
withData(DataRetrieval $data)
An Entity Listing is constructed with an instance of RecordToEntity, which is the mapping of a single...
$data
$data
Definition:
ltiregistration.php:29
ILIAS\UI\Component\Listing\Entity
Definition:
DataRetrieval.php:21
ILIAS\UI\Component
components
ILIAS
UI
src
Component
Listing
Entity
EntityListing.php
Generated on Sun Oct 19 2025 23:04:30 for ILIAS by
1.9.4 (using
Doxyfile
)