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