ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Definition at line 25 of file OrderingRetrieval.php.
ILIAS\UI\Component\Table\OrderingRetrieval::getRows | ( | OrderingRowBuilder | $row_builder, |
array | $visible_column_ids | ||
) |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildOrderingRow($row_id, $record).
Implemented in ILIAS\LegalDocuments\Table\DocumentTable, ILIAS\Test\Questions\Presentation\QuestionsTable, ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable, ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable, and ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable.