constant AbstractProxyFactory::AUTOGENERATE_FILE_NOT_EXISTS 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_FILE_NOT_EXISTS
Autogenerate the proxy class when the proxy file does not exist.
This strategy causes a file exists call whenever any proxy is used the first time in a request.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ AbstractProxyFactory.php, line 60
Class
- AbstractProxyFactory
- Abstract factory for proxy objects.
Namespace
Doctrine\Common\ProxyCode
const AUTOGENERATE_FILE_NOT_EXISTS = 2;