make private methods protected
splitbrain opened this issue · 1 comments
splitbrain commented
It would be useful to make the currently private methods protected to be able to overwrite functionality in child classes. Eg. I'd like to replace the _getRemoteData function to make use of my framework's HTTPClient.
GaretJax commented
Done in the upcoming revision!