ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
AssignmentRowInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public function table(): string;
26 
27  public function id(): int;
28 
29  public function setId(int $id): void;
30 
31  public function idFromParentTable(): int;
32 
36  public function actions(): \Generator;
37 
41  public function addAction(
42  ActionAssignmentInterface $assignment
43  ): void;
44 }
addAction(ActionAssignmentInterface $assignment)
Note that this does not clone!
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23