mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #103] [MERGED] Add getReader to AnnotationDriver #7714
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/103
Author: @rdohms
Created: 8/10/2011
Status: ✅ Merged
Merged: 8/10/2011
Merged by: @guilhermeblanco
Base:
master← Head:patch-1📝 Commits (1)
07e1c1eAdded 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.