| 1 | <?php |
||
| 11 | class ConfigurationFactory extends BaseConfigurationFactory implements |
||
| 12 | FactoryInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param ContainerInterface $container |
||
| 16 | * @param string $requestedName |
||
| 17 | * @param array $options |
||
| 18 | * @return Configuration |
||
| 19 | */ |
||
| 20 | 1 | public function __invoke( |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @param ServiceLocatorInterface $serviceLocator |
||
| 38 | * @return Configuration |
||
| 39 | */ |
||
| 40 | 1 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
| 44 | } |
||
| 45 |