1 | <?php |
||
25 | final class RaLocationService |
||
26 | { |
||
27 | /** |
||
28 | * @var ApiRaLocationService |
||
29 | */ |
||
30 | private $apiService; |
||
31 | |||
32 | public function __construct(ApiRaLocationService $apiService) |
||
36 | |||
37 | /** |
||
38 | * @param $institution |
||
39 | * @return RaLocationCollection |
||
40 | */ |
||
41 | public function listRaLocationsFor($institution) |
||
47 | } |
||
48 |