ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
DataRowBuilder.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 interface DataRowBuilder
24 {
28  public function buildDataRow(string $id, array $record): DataRow;
29 }
buildDataRow(string $id, array $record)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23