You are here

protected property ProxyGenerator::$placeholders in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Proxy

Code

protected $placeholders = array(
  'baseProxyInterface' => 'Doctrine\\Common\\Proxy\\Proxy',
  'additionalProperties' => '',
);