ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
OrderingRetrieval.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\UI\Component\Table;
22 
23 use Generator;
24 
26 {
32  public function getRows(
33  OrderingRowBuilder $row_builder,
34  array $visible_column_ids
35  ): Generator;
36 }
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_buil...