|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
namespace ContainerNaUkzx3; |
|
4
|
|
|
|
|
5
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
6
|
|
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
7
|
|
|
|
|
8
|
|
|
/** |
|
9
|
|
|
* @internal This class has been auto-generated by the Symfony Dependency Injection Component. |
|
10
|
|
|
*/ |
|
11
|
|
|
class getArgumentResolver_ServiceService extends Braunstetter_MenuBundle_Test_app_src_TestKernelDevDebugContainer |
|
12
|
|
|
{ |
|
13
|
|
|
/** |
|
14
|
|
|
* Gets the private 'argument_resolver.service' shared service. |
|
15
|
|
|
* |
|
16
|
|
|
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver |
|
17
|
|
|
*/ |
|
18
|
|
|
public static function do($container, $lazyLoad = true) |
|
|
|
|
|
|
19
|
|
|
{ |
|
20
|
|
|
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php'; |
|
21
|
|
|
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php'; |
|
22
|
|
|
|
|
23
|
|
|
return $container->privates['argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [ |
|
24
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
25
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
26
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true], |
|
27
|
|
|
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
28
|
|
|
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
29
|
|
|
'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true], |
|
30
|
|
|
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
31
|
|
|
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true], |
|
32
|
|
|
'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true], |
|
33
|
|
|
], [ |
|
34
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::loadRoutes' => '?', |
|
35
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::registerContainerConfiguration' => '?', |
|
36
|
|
|
'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::terminate' => '?', |
|
37
|
|
|
'kernel::loadRoutes' => '?', |
|
38
|
|
|
'kernel::registerContainerConfiguration' => '?', |
|
39
|
|
|
'kernel::terminate' => '?', |
|
40
|
|
|
'kernel:loadRoutes' => '?', |
|
41
|
|
|
'kernel:registerContainerConfiguration' => '?', |
|
42
|
|
|
'kernel:terminate' => '?', |
|
43
|
|
|
])); |
|
44
|
|
|
} |
|
45
|
|
|
} |
|
46
|
|
|
|
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.