mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2041: [GH-454] Replaced the hard coded classname into static in the Entity Manager, in order to allow EntityManager extension #2576
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?
Originally created by @doctrinebot on GitHub (Sep 25, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of HarmenM:
Url: https://github.com/doctrine/doctrine2/pull/454
Message:
Changing the hard coded reference to the EntityManager class into static in the factory method to create an entity manager instance
(new EntityManager() --> new static()). In order to make it possible to extend the EntityManager class
@doctrinebot commented on GitHub (Sep 25, 2012):
Comment created by @beberlei:
A related Github Pull-Request [GH-454] was closed
https://github.com/doctrine/doctrine2/pull/454
@doctrinebot commented on GitHub (Oct 5, 2012):
Issue was closed with resolution "Invalid"
@doctrinebot commented on GitHub (Dec 22, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-454] was closed:
https://github.com/doctrine/dbal/pull/454