$container->factories
['wither'
] ??=
fn () => self::
getWitherService($container);
if (true ===
$lazyLoad) { return $container->
createProxy('WitherProxyDd381be',
static fn () => \WitherProxyDd381be::
createLazyProxy(static fn () => self::
getWitherService($container, false
)));
} $instance =
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Wither();
$a =
($container->privates
['Symfony\\Component\\DependencyInjection\\Tests\\Compiler\\Foo'
] ??=
new \Symfony\Component\DependencyInjection\Tests\Compiler\
Foo());
$instance =
$instance->
withFoo1($a);
$instance =
$instance->
withFoo2($a);
$instance->
setFoo($a);
return $instance;
}}class WitherProxyDd381be extends \Symfony\Component\DependencyInjection\Tests\Compiler\Wither
implements \Symfony\Component\VarExporter\LazyObjectInterface
{ use \Symfony\Component\VarExporter\LazyProxyTrait;
private const LAZY_OBJECT_PROPERTY_SCOPES =
[