1 | <?php |
||
21 | class RolloutZendDbAdapterStorageFactory implements FactoryInterface |
||
22 | { |
||
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) |
||
48 | } |