| 1 | <?php |
||
| 18 | class RouteHandlerFactory implements FactoryInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param ServiceLocatorInterface $serviceLocator |
||
| 22 | * |
||
| 23 | * @return RouteHandler |
||
| 24 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 25 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 26 | * @throws \Zend\ServiceManager\Exception\ServiceNotCreatedException |
||
| 27 | * @throws \Zend\ServiceManager\Exception\RuntimeException |
||
| 28 | */ |
||
| 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 47 | } |
||
| 48 |