constant AbstractProxyFactory::AUTOGENERATE_ALWAYS in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ProxyCode
const AUTOGENERATE_ALWAYS = 1;