You are here

private property AbstractProxyFactory::$proxyGenerator in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php \Doctrine\Common\Proxy\AbstractProxyFactory::proxyGenerator

Type: \Doctrine\Common\Proxy\ProxyGenerator the proxy generator responsible for creating the proxy classes/files.

File

vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php, line 80

Class

AbstractProxyFactory
Abstract factory for proxy objects.

Namespace

Doctrine\Common\Proxy

Code

private $proxyGenerator;