[PR #923] [CLOSED] Ability to get original entity #8905

Closed
opened 2026-01-22 16:02:15 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/923
Author: @litvinok
Created: 1/29/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 076dbd5 Ability to get original entity

📊 Changes

2 files changed (+39 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/EntityManager.php (+12 -0)
📝 lib/Doctrine/ORM/UnitOfWork.php (+27 -0)

📄 Description

Get original entity without detach one.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/923 **Author:** [@litvinok](https://github.com/litvinok) **Created:** 1/29/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`076dbd5`](https://github.com/doctrine/orm/commit/076dbd5dfd7715277e04b3d2fba7efc7fd9e493a) Ability to get original entity ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+12 -0) 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+27 -0) </details> ### 📄 Description Get original entity without detach one. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:15 +01:00
admin closed this issue 2026-01-22 16:02:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8905