return $factory();
} /**
* Gets the public 'foo' shared autowired service.
*
* @return \Symfony\Component\DependencyInjection\Tests\Compiler\AAndIInterfaceConsumer
*/
protected static function getFooService($container) { $a =
($container->privates
['.lazy.foo.gDmfket'
] ?? self::
get_Lazy_Foo_GDmfketService($container));
if (isset($container->services
['foo'
])) { return $container->services
['foo'
];
} return $container->services
['foo'
] =
new \Symfony\Component\DependencyInjection\Tests\Compiler\
AAndIInterfaceConsumer($a);
} /**
* Gets the private '.lazy.foo.gDmfket' shared service.
*
* @return \object
*/