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

Magic setter function is broken #93

Closed
michael-e opened this issue Jul 30, 2017 · 0 comments
Closed

Magic setter function is broken #93

michael-e opened this issue Jul 30, 2017 · 0 comments
Assignees

Comments

@michael-e
Copy link
Owner

The magic setter function __set throws an error because it uses is_public (which is not a valid PHP method).

Checking if a property is public can be done using the ReflectionProperty and calling isPublic on that. I will push the fix today or tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant