ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)