mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #524] [MERGED] EntityManagerDecorator base class as an extension point for EntityManager #8325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/524
Author: @lstrojny
Created: 11/26/2012
Status: ✅ Merged
Merged: 5/4/2013
Merged by: @beberlei
Base:
master← Head:feature/entity-manager-decorator📝 Commits (1)
acc8b61Adding EntityManagerDecorator base class as an extension point for EntityManager📊 Changes
4 files changed (+399 additions, -2 deletions)
View changed files
➕
lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php(+271 -0)📝
lib/Doctrine/ORM/EntityManager.php(+2 -2)➕
lib/Doctrine/ORM/EntityManagerInterface.php(+60 -0)➕
tests/Doctrine/Tests/ORM/Decorator/EntityManagerDecoratorTest.php(+66 -0)📄 Description
As discussed on IRC. Open issues to be discussed:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.