public function PhpDumper::setProxyDumper

Sets the dumper to be used when dumping proxies in the generated container.

Parameters

ProxyDumper $proxyDumper:

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php, line 77

Class

PhpDumper
PhpDumper dumps a service container as a PHP class.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

public function setProxyDumper(ProxyDumper $proxyDumper) {
  $this->proxyDumper = $proxyDumper;
}