ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
DataRetrieval.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\UI\Component\Table
;
4
5
use
ILIAS\Data\Range
;
6
use
ILIAS\Data\Order
;
7
8
interface
DataRetrieval
9
{
14
public
function
getRows
(
15
RowFactory
$row_factory,
16
Range
$range,
17
Order
$order,
18
array $visible_column_ids,
19
array $additional_parameters
20
) : \Generator;
21
}
Order
ILIAS\UI\Component\Table\DataRetrieval\getRows
getRows(RowFactory $row_factory, Range $range, Order $order, array $visible_column_ids, array $additional_parameters)
This is called by the table to retrieve rows; map data-records to rows using $row_factory->map($recor...
ILIAS\UI\Component\Table\DataRetrieval
Definition:
DataRetrieval.php:8
ILIAS\UI\Component\Table\RowFactory
Definition:
RowFactory.php:5
Range
ILIAS\Data\Order
Both the subject and the direction need to be specified when expressing an order. ...
Definition:
Order.php:10
ILIAS\UI\Component\Table
ILIAS\Data\Range
A simple class to express a naive range of whole positive numbers.
Definition:
Range.php:10
src
UI
Component
Table
DataRetrieval.php
Generated on Wed Sep 3 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)