1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/lib/Doctrine/ORM/Tools
Thomas Ploch b7ae5b4afb Entity listeners are now processed by exporters
The current implementation of the exporters are not taking the entity
listeners into account. I have added test cases for most of the edge
cases I could think of and implemented the Exporter handling.

This PR originates from https://github.com/doctrine/doctrine2/pull/5864,
I was overwhelmed by the amount of conflicts I had to resolve so I
started anew on a clean master HEAD.

Squashed commits:

- Code review aftermath
- Add even more return type declarations
- Added `return null` to methods declared with nullable return types
- Removed unneeded docblocks when types are self-explanatory
2017-08-15 10:08:50 +02:00
..
Console Make explicit the design decisions of ConsoleRunner 2017-07-22 21:56:59 +02:00
Event Allow all EntityManagerInterface implementations 2014-05-28 12:30:40 +02:00
Export Entity listeners are now processed by exporters 2017-08-15 10:08:50 +02:00
Pagination Make LimitSubqueryOutputWalker a bit more readable 2017-07-22 20:34:18 +02:00
AttachEntityListenersListener.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
ConvertDoctrine1Schema.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
DebugUnitOfWorkListener.php minor code work: 2017-06-08 22:04:07 +02:00
DisconnectedClassMetadataFactory.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
EntityGenerator.php Entity listeners are now processed by exporters 2017-08-15 10:08:50 +02:00
EntityRepositoryGenerator.php Use "::class" syntax on "lib" directory 2016-12-08 17:09:35 +01:00
ResolveTargetEntityListener.php minor code work: 2017-06-08 22:04:07 +02:00
SchemaTool.php Fix undefined index for discriminator column in SchemaTool 2017-06-21 06:27:15 +02:00
SchemaValidator.php minor code work: 2017-06-08 22:04:07 +02:00
Setup.php Merge pull request #5897 from mikaelz/patch-1 2016-11-26 06:48:55 +01:00
ToolEvents.php Fixed typos 2013-03-11 00:08:58 +00:00
ToolsException.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00