[PR #424] [CLOSED] Create the setCustomHydrationMode function #8169

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/424
Author: @Mezzle
Created: 8/14/2012
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • d8ff7ce Create the setCustomHydrationMode function
  • 56041e4 Pluralise function name
  • 0b61401 Fixup syntax error + reset hydration modes

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Configuration.php (+14 -0)

📄 Description

This allows multiple hydrators to be set at once, and also allows for
the customHydrationMode options to be set via DoctrineORMModule


🔄 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/424 **Author:** [@Mezzle](https://github.com/Mezzle) **Created:** 8/14/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`d8ff7ce`](https://github.com/doctrine/orm/commit/d8ff7ce0ba582516e841b61312b7feea769fae80) Create the setCustomHydrationMode function - [`56041e4`](https://github.com/doctrine/orm/commit/56041e4dde2ad1a31e0e1548ebca9d4b556fd9bb) Pluralise function name - [`0b61401`](https://github.com/doctrine/orm/commit/0b614018c6d56adaba2a7a878961cf055c2215b4) Fixup syntax error + reset hydration modes ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Configuration.php` (+14 -0) </details> ### 📄 Description This allows multiple hydrators to be set at once, and also allows for the customHydrationMode options to be set via DoctrineORMModule --- <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:58:44 +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#8169