You are here

constant AbstractProxyFactory::AUTOGENERATE_EVAL 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::AUTOGENERATE_EVAL

Generate the proxy classes using eval().

This strategy is only sane for development, and even then it gives me the creeps a little.

File

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

Class

AbstractProxyFactory
Abstract factory for proxy objects.

Namespace

Doctrine\Common\Proxy

Code

const AUTOGENERATE_EVAL = 3;