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