services['foo'] = new stdClass_%s( function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) use ($container) { $wrappedInstance = $container->getFooService(false); $proxy->setProxyInitializer(null); return true; } ); } return new \stdClass(); } } class stdClass_%s extends \stdClass implements \ProxyManager\Proxy\VirtualProxyInterface {%a}%A