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