ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilBuddySystemIgnoredRequestRelationState.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 'IgnoredRequest';
16 }
17
21 public function getAction() : string
22 {
23 return 'ignore';
24 }
25
30 {
34 ]);
35 }
36
40 public function unlink(ilBuddySystemRelation $relation) : void
41 {
43 }
44
48 public function link(ilBuddySystemRelation $relation) : void
49 {
51 }
52}
An exception for terminatinating execution or to throw for unit testing.
Class ilBuddySystemRelationStateCollection A collection which contains all entries of a buddy list.
Class ilBuddySystemRelation.
setState(ilBuddySystemRelationState $state, bool $rememberPriorState=true)