ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilBuddySystemLinkedRelationState.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9{
13 public function getName() : string
14 {
15 return 'Linked';
16 }
17
21 public function getAction() : string
22 {
23 return 'link';
24 }
25
30 {
33 ]);
34 }
35
39 public function unlink(ilBuddySystemRelation $relation) : void
40 {
42 }
43}
An exception for terminatinating execution or to throw for unit testing.
unlink(ilBuddySystemRelation $relation)
@inheritDoc
Class ilBuddySystemRelationStateCollection A collection which contains all entries of a buddy list.
Class ilBuddySystemRelation.
setState(ilBuddySystemRelationState $state, bool $rememberPriorState=true)