예제 #1
0
파일: DbRepository.php 프로젝트: t4web/base
 protected function toIdentityMap(EntityInterface $entity)
 {
     $this->getIdentityMap()->offsetSet($entity->getId(), $entity);
     $this->identityMapOriginal->offsetSet($entity->getId(), clone $entity);
 }