| 1 | <?php |
||
| 10 | class ZendDbAdapterFactory implements FactoryInterface |
||
|
|
|||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param ContainerInterface $container |
||
| 14 | * @param string $requestedName |
||
| 15 | * @param array|null $options |
||
| 16 | * |
||
| 17 | * @return Adapter |
||
| 18 | */ |
||
| 19 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param ServiceLocatorInterface $serviceLocator |
||
| 28 | * |
||
| 29 | * @return Adapter |
||
| 30 | */ |
||
| 31 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 35 | } |
||
| 36 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.