1 | <?php |
||
17 | class ModuleOptionsFactory implements FactoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * Create service |
||
21 | * |
||
22 | * @param ServiceLocatorInterface $serviceLocator |
||
23 | * @throws \AxalianAchievements\Exception\RuntimeException |
||
24 | * @return ModuleOptions |
||
25 | */ |
||
26 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
47 | } |
||
48 |