Details
Description
Idea is:
/**
* @ManyToOne(targetEntity="UserInterface")
*/
Would fire "onResolveTargetEntity" which is supposed to return details for resolving the interface to an actual implementation.
Idea is:
/**
* @ManyToOne(targetEntity="UserInterface")
*/
Would fire "onResolveTargetEntity" which is supposed to return details for resolving the interface to an actual implementation.
This issue is referenced in Github Pull-Request GH-222
https://github.com/doctrine/doctrine2/pull/222