|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Dashboard\TableData:
Collaboration diagram for ILIAS\Dashboard\TableData:Public Member Functions | |
| __construct (private readonly Closure $proc) | |
| 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... | |
| 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 28 of file TableData.php.
| ILIAS\Dashboard\TableData::__construct | ( | private readonly Closure | $proc | ) |
Definition at line 30 of file TableData.php.
| ILIAS\Dashboard\TableData::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).
Implements ILIAS\UI\Component\Table\OrderingRetrieval.
Definition at line 34 of file TableData.php.