ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Mon Apr 21 2025 21:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)