ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\UI\Component\Table\OrderingRetrieval Interface Reference
+ 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...
 

Detailed Description

Definition at line 25 of file OrderingRetrieval.php.

Member Function Documentation

◆ getRows()

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.


The documentation for this interface was generated from the following file: