|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Table\OrderingRetrieval:
Collaboration diagram for ILIAS\UI\Component\Table\OrderingRetrieval: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\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, ILIAS\Bibliographic\Field\DataRetrieval, and ILIAS\Rating\RatingCategoryOrderingTable.