ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
DataRetrieval.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Table
;
22
23
use
ILIAS\Data\Range
;
24
use
ILIAS\Data\Order
;
25
use
Generator
;
26
27
interface
DataRetrieval
28
{
36
public
function
getRows
(
37
DataRowBuilder
$row_builder,
38
array $visible_column_ids,
39
Range
$range
,
40
Order
$order,
41
?array $filter_data,
// $DIC->uiService()->filter()->getData();
42
?array $additional_parameters
43
):
Generator
;
44
57
public
function
getTotalRowCount
(
58
?array $filter_data,
// $DIC->uiService()->filter()->getData();
59
?array $additional_parameters
60
): ?
int
;
61
}
Order
ILIAS\UI\Component\Table\DataRetrieval
Definition:
DataRetrieval.php:27
Range
ILIAS\Data\Order
Both the subject and the direction need to be specified when expressing an order. ...
Definition:
Order.php:28
ILIAS\UI\Component\Table\DataRetrieval\getRows
getRows(DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters)
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e...
ILIAS\UI\Component\Table
ILIAS\UI\Component\Table\DataRowBuilder
Definition:
DataRowBuilder.php:23
ILIAS\UI\Component\Table\DataRetrieval\getTotalRowCount
getTotalRowCount(?array $filter_data, ?array $additional_parameters)
Mainly for the purpose of pagination-support, it is important to know about the total number of recor...
Generator
ILIAS\UI\Implementation\Component\Table\$range
Range $range
Definition:
TableViewControlPagination.php:30
ILIAS\Data\Range
A simple class to express a naive range of whole positive numbers.
Definition:
Range.php:28
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
UI
src
Component
Table
DataRetrieval.php
Generated on Sun Apr 13 2025 23:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)