ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilBuddySystemUnlinkedRelationState.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
27 public function isInitial(): bool
28 {
29 return true;
30 }
31
32 public function getName(): string
33 {
34 return 'Unlinked';
35 }
36
37 public function getAction(): string
38 {
39 return 'unlink';
40 }
41
43 {
46 ]);
47 }
48
50 {
52 }
53}
$relation
Class ilBuddySystemRelationStateCollection A collection of relation states.
Class ilBuddySystemRelation.