1 | <?php |
||
21 | use Surfnet\StepupMiddlewareClientBundle\Command\AbstractCommand; |
||
22 | |||
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; |
||
52 |