1 | <?php |
||
19 | class ConfigServiceFactory implements FactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
36 | } |