You are here

namespace Doctrine\Common\Proxy in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Common\Proxy
Classsort descending Location Description
AbstractProxyFactory vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php Abstract factory for proxy objects.
Autoloader vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php Special Autoloader for Proxy classes, which are not PSR-0 compliant.
Proxy vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php Interface for proxy classes.
ProxyDefinition vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php Definition structure how to create a proxy.
ProxyGenerator vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php This factory is used to generate proxy classes. It builds proxies from given parameters, a template and class metadata.