| 1 | <?php |
||
| 17 | class EntryToObjectsControllerPluginFactory implements FactoryInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param ServiceLocatorInterface $serviceLocator |
||
| 21 | * |
||
| 22 | * @return mixed|void |
||
| 23 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 24 | */ |
||
| 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 42 | } |
||
| 43 |