You are here

constant AbstractProxyFactory::AUTOGENERATE_ALWAYS in Plug 7

Always generates a new proxy in every request.

This is only sane during development.

File

lib/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;