コード例 #1
0
ファイル: DbRepository.php プロジェクト: t4web/base
 protected function toIdentityMap(EntityInterface $entity)
 {
     $this->getIdentityMap()->offsetSet($entity->getId(), $entity);
     $this->identityMapOriginal->offsetSet($entity->getId(), clone $entity);
 }