mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2664: Document new Proxy factory flags usage as of DCOM-210 #3341
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 9, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @ocramius:
DCOM-210 introduced new proxy factory flags that can be used to manipulate how proxies are generated/loaded.
Documentation for those flags is currently missing.
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by mnapoli:
Copy of my comment on related ticket:
Actually found it, it's not documented and not really foolproof:
*However* it will not work if the proxy autoloader is registered (which was necessary before, so if you forget to remove it, you'll get confusing errors that the proxy file can't be found), and you need to set a proxy dir else there's an exception:
The docs needs updating, both in code and on the website. If I find some time today I'll try to do it.
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by mnapoli:
PR for doc update (not phpdoc): https://github.com/doctrine/doctrine2/pull/782
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by mnapoli:
PR for phpdoc update: https://github.com/doctrine/doctrine2/pull/783
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-783] was closed:
https://github.com/doctrine/doctrine2/pull/783
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-782] was closed:
https://github.com/doctrine/doctrine2/pull/782
@doctrinebot commented on GitHub (Sep 9, 2013):
Comment created by @ocramius:
Merged:
4d51a0290b@doctrinebot commented on GitHub (Sep 9, 2013):
Issue was closed with resolution "Fixed"