1 | <?php |
||
10 | final class OptionsConfigFactory |
||
11 | { |
||
12 | /** |
||
13 | * @param ContainerInterface $container |
||
14 | * @return Options |
||
15 | * @throws \Psr\Container\ContainerExceptionInterface |
||
16 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
17 | */ |
||
18 | 2 | public function __invoke(ContainerInterface $container) |
|
27 | } |
||
28 |