Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to ProxyFactory to respect parent methods which use func_get_args internally. #60

Closed
wants to merge 1 commit into from

Conversation

shaunxcode
Copy link

Fix to allow for proxy generated classes to respect methods in parent which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString.

… which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString.
@beberlei
Copy link
Member

beberlei commented Jun 5, 2011

Although strictly applied this patch is absolutely necessary we don't like the performance impact of it and are not merging it for this reason. Documentation will be updated that Entities / Documents are not allowed to have variable method signatures.

@beberlei beberlei closed this Jun 5, 2011
@beberlei
Copy link
Member

beberlei commented Jun 5, 2011

I added a contingency ticket on Jira http://www.doctrine-project.org/jira/browse/DDC-1197

guilhermeblanco added a commit that referenced this pull request Jan 23, 2013
Fixing invalid XML mapping samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants