[PR #285] [CLOSED] DDC-1373 specific mapping files #7969

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/285
Author: @FabioBatSilva
Created: 2/15/2012
Status: Closed

Base: masterHead: DDC-1373


📝 Commits (1)

📊 Changes

5 files changed (+131 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php (+49 -1)
📝 tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php (+44 -0)
tests/Doctrine/Tests/ORM/Mapping/php/boolean-model.php (+13 -0)
tests/Doctrine/Tests/ORM/Mapping/xml/boolean-model.dcm.xml (+14 -0)
tests/Doctrine/Tests/ORM/Mapping/yaml/boolean-model.dcm.yml (+11 -0)

📄 Description

Hello guys

http://www.doctrine-project.org/jira/browse/DDC-1373

This patch adds support for specific mapping files for entity classes


🔄 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/285 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 2/15/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-1373` --- ### 📝 Commits (1) - [`583e3fa`](https://github.com/doctrine/orm/commit/583e3fa8dfd6ef6e5a083ad6af4849d9a4029a0d) Fix DDC-1373 ### 📊 Changes **5 files changed** (+131 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php` (+49 -1) 📝 `tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php` (+44 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/php/boolean-model.php` (+13 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/xml/boolean-model.dcm.xml` (+14 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/yaml/boolean-model.dcm.yml` (+11 -0) </details> ### 📄 Description Hello guys http://www.doctrine-project.org/jira/browse/DDC-1373 This patch adds support for specific mapping files for entity classes --- <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:46 +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#7969