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