1 | <?php |
||
7 | class InstitutionWithPersonalRaLocationsService |
||
8 | { |
||
9 | /** |
||
10 | * @var ApiService |
||
11 | */ |
||
12 | private $apiService; |
||
13 | |||
14 | public function __construct(ApiService $apiService) |
||
18 | |||
19 | /** |
||
20 | * @param string $institution |
||
21 | * @return bool |
||
22 | */ |
||
23 | public function institutionShowsRaLocations($institution) |
||
27 | } |
||
28 |