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