1 | <?php |
||
12 | class EntityManagerFactory extends AbstractFactory |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritDoc} |
||
16 | * |
||
17 | * @return EntityManager |
||
18 | */ |
||
19 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
||
32 | |||
33 | /** |
||
34 | * {@inheritDoc} |
||
35 | * |
||
36 | * @return EntityManager |
||
37 | */ |
||
38 | public function createService(ContainerInterface $container) |
||
42 | |||
43 | public function getOptionsClass() : string |
||
47 | } |
||
48 |