| 1 | <?php |
||
| 15 | class LinkHandlerFactory |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param ContainerInterface $container |
||
| 19 | * @return LinkHandler |
||
| 20 | * @throws \Psr\Container\ContainerExceptionInterface |
||
| 21 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
| 22 | */ |
||
| 23 | 1 | public function __invoke(ContainerInterface $container) |
|
| 34 | } |
||
| 35 |