1 | <?php |
||
23 | class RemoveRaLocationCommand extends AbstractCommand |
||
24 | { |
||
25 | /** |
||
26 | * @var string |
||
27 | */ |
||
28 | public $authorityId; |
||
29 | |||
30 | /** |
||
31 | * @var string |
||
32 | */ |
||
33 | public $institution; |
||
34 | |||
35 | /** |
||
36 | * @var string |
||
37 | */ |
||
38 | public $raLocationId; |
||
39 | |||
40 | /** |
||
41 | * @return array |
||
42 | */ |
||
43 | public function serialise() |
||
51 | } |
||
52 |