Sets the dumper to be used when dumping proxies in the generated container.
public function setProxyDumper(DumperInterface $proxyDumper) : void { $this->proxyDumper = $proxyDumper; $this->hasProxyDumper = !$proxyDumper instanceof NullDumper; }