| 1 | <?php |
||
| 20 | class RolloutStorageFactory implements FactoryInterface |
||
| 21 | { |
||
| 22 | private static $storage_service = 'storage_service'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 53 | } |