Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
16 | class IndexControllerFactory implements FactoryInterface |
||
17 | { |
||
18 | /** |
||
19 | * Create a IndexController controller |
||
20 | * |
||
21 | * @param ContainerInterface $container |
||
22 | * @param string $requestedName |
||
23 | * @param null|array $options |
||
24 | * |
||
25 | * @return IndexController |
||
26 | */ |
||
27 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
34 | } |