1 | <?php |
||
13 | class EntityManagerFactory extends AbstractFactory |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | * |
||
18 | * @return EntityManager |
||
19 | */ |
||
20 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
||
34 | |||
35 | /** |
||
36 | * {@inheritDoc} |
||
37 | * |
||
38 | * @return EntityManager |
||
39 | */ |
||
40 | public function createService(ContainerInterface $container) |
||
44 | |||
45 | public function getOptionsClass() : string |
||
49 | } |
||
50 |