1 | <?php |
||
20 | class AdapterFactory extends AbstractFactory |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritDoc} |
||
24 | */ |
||
25 | 2 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
|
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | * |
||
41 | * @return ObjectRepository |
||
42 | */ |
||
43 | 1 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
47 | |||
48 | 2 | public function getOptionsClass() : string |
|
52 | } |
||
53 |