| 1 | <?php |
||
| 24 | final class RolloutCollectorFactory implements FactoryInterface |
||
| 25 | { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 49 | } |
||
| 50 |