| 1 | <?php |
||
| 11 | class EmailBuilderFactory |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param ContainerInterface $container |
||
| 15 | * @return EmailBuilder |
||
| 16 | * @throws ServiceNotCreatedException |
||
| 17 | * @throws ContainerExceptionInterface |
||
| 18 | * @throws NotFoundExceptionInterface |
||
| 19 | */ |
||
| 20 | public function __invoke(ContainerInterface $container) |
||
| 29 | } |
||
| 30 |