[PR #103] [MERGED] Add getReader to AnnotationDriver #7714

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/103
Author: @rdohms
Created: 8/10/2011
Status: Merged
Merged: 8/10/2011
Merged by: @guilhermeblanco

Base: masterHead: patch-1


📝 Commits (1)

  • 07e1c1e Added method to retrieve currently used Reader. This allows projects that use Doctrine to recycle the reader to use with other annotation-driven packages, like DMS\Filter and Symfony\Validator

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php (+10 -0)

📄 Description

Added method to retrieve currently used Reader. This allows projects that use Doctrine to recycle the reader to use with other annotation-driven packages, like DMS\Filter and Symfony\Validator


🔄 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/103 **Author:** [@rdohms](https://github.com/rdohms) **Created:** 8/10/2011 **Status:** ✅ Merged **Merged:** 8/10/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`07e1c1e`](https://github.com/doctrine/orm/commit/07e1c1e2e1d9187765879053e9a8c3af7670e1bb) Added method to retrieve currently used Reader. This allows projects that use Doctrine to recycle the reader to use with other annotation-driven packages, like DMS\Filter and Symfony\Validator ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php` (+10 -0) </details> ### 📄 Description Added method to retrieve currently used Reader. This allows projects that use Doctrine to recycle the reader to use with other annotation-driven packages, like DMS\Filter and Symfony\Validator --- <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:30 +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#7714