1 | <?php |
||
15 | class MappingCollectorFactory extends AbstractFactory |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritDoc} |
||
19 | * |
||
20 | * @return MappingCollector |
||
21 | */ |
||
22 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | * |
||
33 | * @return MappingCollector |
||
34 | */ |
||
35 | public function createService(ServiceLocatorInterface $container) |
||
39 | |||
40 | public function getOptionsClass() : string |
||
43 | } |
||
44 |