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