You are here

constant AbstractProxyFactory::AUTOGENERATE_ALWAYS in Zircon Profile 8

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

Always generates a new proxy in every request.

This is only sane during development.

File

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

Class

AbstractProxyFactory
Abstract factory for proxy objects.

Namespace

Doctrine\Common\Proxy

Code

const AUTOGENERATE_ALWAYS = 1;