public function ProxyGenerator::setProxyClassTemplate in Plug 7
Sets the base template used to create proxy classes.
Parameters
string $proxyClassTemplate:
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php, line 248
Class
- ProxyGenerator
- This factory is used to generate proxy classes. It builds proxies from given parameters, a template and class metadata.
Namespace
Doctrine\Common\ProxyCode
public function setProxyClassTemplate($proxyClassTemplate) {
$this->proxyClassTemplate = (string) $proxyClassTemplate;
}