|
|
|
@ -115,7 +115,7 @@ abstract class AbstractProxyFactory |
|
|
|
|
? $this->definitions[$className] |
|
|
|
|
: $this->getProxyDefinition($className); |
|
|
|
|
$fqcn = $definition->proxyClassName; |
|
|
|
|
var_dump($className, $identifier); |
|
|
|
|
|
|
|
|
|
$proxy = new $fqcn($definition->initializer, $definition->cloner); |
|
|
|
|
foreach ($definition->identifierFields as $idField) { |
|
|
|
|
$definition->reflectionFields[$idField]->setValue($proxy, $identifier[$idField]); |
|
|
|
|