| 1 | <?php |
||
| 16 | class RouteCollectionFactory implements FactoryInterface |
||
| 17 | { |
||
| 18 | const SERVICE_NAME = RouteCollection::class; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param ServiceLocatorInterface $serviceLocator |
||
| 22 | * |
||
| 23 | * @return RouteCollection |
||
| 24 | */ |
||
| 25 | 9 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
| 35 | } |
||
| 36 |