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