mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3862: Doctrine\ORM\UnitOfWork::orphanRemovals is private #4728
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 (Aug 3, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user erik@evanv.nl:
This variable has no getter (e.g. getScheduledOrphanRemoval) unlike similar properties like Doctrine\ORM\UnitOfWork::entityDeletions.
It would be useful to me if this were exposed.
@doctrinebot commented on GitHub (Aug 3, 2015):
Comment created by @ocramius:
Exposing UoW internals is usually only leading to issues. Exposing it needs a strong use-case (that cannot be achieved otherwise) before being suggested.
@doctrinebot commented on GitHub (Aug 3, 2015):
Issue was closed with resolution "Won't Fix"