ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ResultFactoryInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public function field(string $field, string $value): FieldInterface;
26 
27  public function row(
28  int $id,
29  string $table,
31  ): RowInterface;
32 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
row(int $id, string $table, FieldInterface ... $data)