ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
DataRetrieval.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\Entity\Entity
;
24
use
ILIAS\Data\Range
;
25
29
interface
DataRetrieval
30
{
35
public
function
getEntities
(
36
Mapping
$mapping,
37
?
Range
$range
,
38
?array $additional_parameters
39
): \Generator;
40
}
Range
Entity
ILIAS\UI\Component\Listing\Entity\DataRetrieval\getEntities
getEntities(Mapping $mapping, ?Range $range, ?array $additional_parameters)
ILIAS\UI\Component\Listing\Entity\DataRetrieval
This is to accumulate/consolidate the data to be shown in the listing.
Definition:
DataRetrieval.php:29
ILIAS\UI\Component\Listing\Entity
Definition:
DataRetrieval.php:21
ILIAS\UI\Implementation\Component\Table\$range
Range $range
Definition:
TableViewControlPagination.php:30
ILIAS\Data\Range
A simple class to express a range of whole positive numbers.
Definition:
Range.php:30
ILIAS\UI\Component\Listing\Entity\Mapping
Hand a record over to RecordToEntity and factor an Entity.
Definition:
Mapping.php:28
src
UI
Component
Listing
Entity
DataRetrieval.php
Generated on Wed Sep 10 2025 14:12:09 for ILIAS by
1.8.13 (using
Doxyfile
)