| 1 | <?php |
||
| 9 | class AttachmentParserManagerFactory |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param ContainerInterface $container |
||
| 13 | * @return AttachmentParserManager |
||
| 14 | * @throws Container\ContainerExceptionInterface |
||
| 15 | * @throws Container\NotFoundExceptionInterface |
||
| 16 | */ |
||
| 17 | public function __invoke(ContainerInterface $container): AttachmentParserManager |
||
| 24 | } |
||
| 25 |