mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #285] [CLOSED] DDC-1373 specific mapping files #7969
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/285
Author: @FabioBatSilva
Created: 2/15/2012
Status: ❌ Closed
Base:
master← Head:DDC-1373📝 Commits (1)
583e3faFix DDC-1373📊 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.