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

Proxy interface tweaks #82

Closed
wants to merge 3 commits into from
Closed

Proxy interface tweaks #82

wants to merge 3 commits into from

Conversation

lsmith77
Copy link
Member

@lsmith77 lsmith77 commented Dec 7, 2011

I am not so sure about the second commit. Especially about the addition of __getInternalProperties() and if the isProxy() method should be somewhere else.

$excludeProperties = array('_entityPersister', '__isInitialized__', '_identifier');
} elseif ($var instanceof Proxy) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should check first for the Common interface so that the ORM case use it too once it implements the new interface instead of using the hardcoded values

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@beberlei beberlei closed this Dec 12, 2011
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.

3 participants