1 | <?php |
||
20 | class StorageFactory extends AbstractFactory |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritDoc} |
||
24 | */ |
||
25 | 3 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
|
42 | |||
43 | /** |
||
44 | * {@inheritDoc} |
||
45 | * |
||
46 | * @return ObjectRepository |
||
47 | */ |
||
48 | 2 | public function createService(ServiceLocatorInterface $container) |
|
52 | |||
53 | 3 | public function getOptionsClass() : string |
|
57 | } |
||
58 |