protected function getCtorArgumentsPhpCode()
 {
     $proxyName = $this->proxy->getLogicalSchema()->getEntityName();
     return array($proxyName . '::orm()', $this->container->toPhpCall(), $this->encapsulant->toPhpCall());
 }
 protected function getCtorArgumentsPhpCode()
 {
     return array($this->getContainer()->getLogicalSchema()->getEntityName() . '::orm()', $this->getEncapsulant()->getLogicalSchema()->getEntityName() . '::orm()', $this->encapsulantProperty->toPhpCall());
 }