1 | <?php |
||
20 | class ResolverByClassNameFactory implements FactoryInterface, MutableCreationOptionsInterface |
||
21 | { |
||
22 | use MutableCreationOptionsTrait; |
||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | * |
||
27 | * @param ServiceLocatorInterface $serviceLocator |
||
28 | * |
||
29 | * @return ResolverByModuleContextMap |
||
30 | * |
||
31 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
32 | */ |
||
33 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
47 | } |
||
48 |