| 1 | <?php |
||
| 20 | class EntityMapBuilderControllerFactory implements FactoryInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @inheritdoc |
||
| 24 | * |
||
| 25 | * @param ServiceLocatorInterface $serviceLocator |
||
| 26 | * |
||
| 27 | * @return EntityMapBuilderController |
||
| 28 | * |
||
| 29 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 30 | */ |
||
| 31 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 46 | } |
||
| 47 |