[PR #243] [CLOSED] Add ProxyFactoryInterface to allow custom proxy factories #7910

Open
opened 2026-01-22 15:57:31 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/243
Author: @juzna
Created: 12/28/2011
Status: Closed

Base: masterHead: feature-custom_proxy


📝 Commits (1)

  • 84fa02f added ProxyFactoryInterface to allow custom proxy factories

📊 Changes

3 files changed (+66 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/EntityManager.php (+16 -2)
📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+1 -1)
lib/Doctrine/ORM/Proxy/ProxyFactoryInterface.php (+49 -0)

📄 Description

I'd love to have my custom proxy factory used with ORM, which is not possible at the moment

(my experimental proxy 7822446036 and some comments about it http://blog.juzna.cz/2011/06/lazy-loading-in-php/)


🔄 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/243 **Author:** [@juzna](https://github.com/juzna) **Created:** 12/28/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-custom_proxy` --- ### 📝 Commits (1) - [`84fa02f`](https://github.com/doctrine/orm/commit/84fa02f5e2c40f0cd7f28197ed3c9bb02f32f101) added ProxyFactoryInterface to allow custom proxy factories ### 📊 Changes **3 files changed** (+66 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+16 -2) 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+1 -1) ➕ `lib/Doctrine/ORM/Proxy/ProxyFactoryInterface.php` (+49 -0) </details> ### 📄 Description I'd love to have my custom proxy factory used with ORM, which is not possible at the moment (my experimental proxy https://github.com/juzna/doctrine2/commit/7822446036201b066e390b2e182cac1dc0c85430 and some comments about it http://blog.juzna.cz/2011/06/lazy-loading-in-php/) --- <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:57:31 +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#7910