protected property ProxyGenerator::$placeholders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php \Doctrine\Common\Proxy\ProxyGenerator::placeholders
Map of callables used to fill in placeholders set in the template.
Type: string[]|callable[]
File
- vendor/
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' => '',
);