19 declare(strict_types=1);
38 array $visible_column_ids,
42 ?array $additional_parameters
59 ?array $additional_parameters
Both the subject and the direction need to be specified when expressing an order. ...
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
A simple class to express a range of whole positive numbers.