1 | <?php |
||
24 | final class InstitutionConfigurationOptionsService |
||
25 | { |
||
26 | /** |
||
27 | * @var ApiInstitutionConfigurationOptionsService |
||
28 | */ |
||
29 | private $apiInstitutionConfigurationOptionsService; |
||
30 | |||
31 | public function __construct(ApiInstitutionConfigurationOptionsService $apiInstitutionConfigurationOptionsService) |
||
35 | |||
36 | /** |
||
37 | * @param string $institution |
||
38 | * @return null|InstitutionConfigurationOptions |
||
39 | */ |
||
40 | public function getInstitutionConfigurationOptionsFor($institution) |
||
44 | } |
||
45 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.