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