ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AssignmentRowInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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(
43 ): void;
44}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
addAction(ActionAssignmentInterface $assignment)
Note that this does not clone!