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

Change private/protected to public #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

freestream
Copy link

In the current context there is no way for anyone to make a plugin to change any of the behavior of this module due to there is only few functions that is public. The few that can be changed with a plugin is also very much useless to make a plugin with due the the properties is set to private and therefore unusable within the plugin context.
If you instead tend to try to make a rewrite the classes you will still be facing with issue where all properties is make private as well as most of the functions. Therefor, the only way to properly rewrite any of the classes you need to copy more of less all logic from the class to a local class.

Would help a lot of you just have all functions and properties public.

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.

1 participant