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