| 1 | <?php |
||
| 11 | class ConfigFileServiceFactory implements ServiceFactoryInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Resolve the service arguments |
||
| 15 | * |
||
| 16 | * @param array $serviceArguments |
||
| 17 | * @param Container $container |
||
| 18 | * |
||
| 19 | * @return mixed $service |
||
| 20 | */ |
||
| 21 | 2 | private function resolveArguments($serviceArguments, Container $container) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | 2 | public function create($service, Container $container) |
|
| 48 | } |
||
| 49 |