| 1 | <?php |
||
| 13 | final class ProxyDriverFactory extends BaseProxyDriverFactory implements |
||
| 14 | FactoryInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ContainerInterface $container |
||
| 18 | * @param string $requestedName |
||
| 19 | * @param array $options |
||
| 20 | * @return ProxyDriver[] |
||
| 21 | */ |
||
| 22 | 1 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param ServiceLocatorInterface $serviceLocator |
||
| 31 | * @return ProxyDriver |
||
| 32 | */ |
||
| 33 | 1 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
| 37 | } |
||
| 38 |