ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
OrderingRetrieval.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use 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...