-
Notifications
You must be signed in to change notification settings - Fork 122
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
Error in Generator #284
Comments
Actually, this was not a bug. The detection logic is correct. |
For clarification: The "public" in the getAttribute() is the default in case the attribute is not set. That's correct, since PHP by default considers things public. |
Yes, i'm sorry - it was wrong place for error )) Application.php [236]: Generator.php [135]: ($publicOnly == TRUE) will never recieve by Generator from Application |
That indeed looks more like a problem. |
Generator has an error of public/private/protection attribute detection in files:
\src\generator\project\objects\MethodObject.php
\src\generator\project\objects\MemberObject.php
The text was updated successfully, but these errors were encountered: