ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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\Bibliographic\Field\DataRetrieval, ILIAS\Dashboard\TableData, ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable, ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable, ILIAS\LegalDocuments\Table\DocumentTable, ilMMSubItemTableComponent, ilMMTopItemTableComponent, ILIAS\Test\Questions\Presentation\QuestionsTable, ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable, and ILIAS\Rating\RatingCategoryOrderingTable.