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