1 | <?php |
||
8 | class InstitutionWithPersonalRaLocationsService |
||
9 | { |
||
10 | /** |
||
11 | * @var LibraryInstitutionWithPersonalRaLocationsService |
||
12 | */ |
||
13 | private $service; |
||
14 | |||
15 | public function __construct(LibraryInstitutionWithPersonalRaLocationsService $service) |
||
19 | |||
20 | /** |
||
21 | * @param string $institution |
||
22 | * @return bool |
||
23 | */ |
||
24 | public function institutionHasPersonalRaLocations($institution) |
||
28 | } |
||
29 |