/**
* Gets the private '.lazy.foo.gDmfket' shared service.
*
* @return \object
*/
protected static function get_Lazy_Foo_GDmfketService($container,
$lazyLoad = true
) { if (true ===
$lazyLoad) { return $container->privates
['.lazy.foo.gDmfket'
] =
$container->
createProxy('objectProxy8ac8e9a',
static fn () => \objectProxy8ac8e9a::
createLazyProxy(static fn () => self::
get_Lazy_Foo_GDmfketService($container, false
)));
} return ($container->services
['foo'
] ?? self::
getFooService($container));
}}class objectProxy8ac8e9a implements \Symfony\Component\DependencyInjection\Tests\Compiler\AInterface, \Symfony\Component\DependencyInjection\Tests\Compiler\IInterface, \Symfony\Component\VarExporter\LazyObjectInterface
{ use \Symfony\Component\VarExporter\LazyProxyTrait;
private const LAZY_OBJECT_PROPERTY_SCOPES =
[];
public function initializeLazyObject(): \Symfony\Component\DependencyInjection\Tests\Compiler\AInterface&\Symfony\Component\DependencyInjection\Tests\Compiler\IInterface
{