[PR #51] [CLOSED] Entity manager inheritance #7638

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/51
Author: @fabpot
Created: 5/2/2011
Status: Closed

Base: 2.0.xHead: entity-manager-inheritance


📝 Commits (1)

  • d135e30 Fix EntityManager::create() method to allow inheritance

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/EntityManager.php (+1 -1)

📄 Description

To be able to inherit from EntityManager, the create() method should be slightly changed to use static as the class name.


🔄 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/51 **Author:** [@fabpot](https://github.com/fabpot) **Created:** 5/2/2011 **Status:** ❌ Closed **Base:** `2.0.x` ← **Head:** `entity-manager-inheritance` --- ### 📝 Commits (1) - [`d135e30`](https://github.com/doctrine/orm/commit/d135e301d993221ddd020e2c32b95cd3bd68bf64) Fix EntityManager::create() method to allow inheritance ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+1 -1) </details> ### 📄 Description To be able to inherit from EntityManager, the `create()` method should be slightly changed to use `static` as the class name. --- <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 15:56:07 +01:00
admin closed this issue 2026-01-22 15:56:07 +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#7638