You are here

protected property ProxyClassGeneratorTest::$proxyGenerator in Plug 7

Type: ProxyGenerator

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php, line 50

Class

ProxyClassGeneratorTest
Test the proxy generator. Its work is generating on-the-fly subclasses of a given model, which implement the Proxy pattern.

Namespace

Doctrine\Tests\Common\Proxy

Code

protected $proxyGenerator;