| 1 | <?php |
||
| 18 | class ObjectManagerServiceFactory implements FactoryInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @inheritdoc |
||
| 22 | * |
||
| 23 | * @param ServiceLocatorInterface $serviceLocator |
||
| 24 | * |
||
| 25 | * @return ObjectManagerService |
||
| 26 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 27 | */ |
||
| 28 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 38 | } |
||
| 39 |