protected property ProxyGenerator::$placeholders in Plug 7
Map of callables used to fill in placeholders set in the template.
Type: string[]|callable[]
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php, line 61
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
protected $placeholders = array(
'baseProxyInterface' => 'Doctrine\\Common\\Proxy\\Proxy',
'additionalProperties' => '',
);