GaretJax/phpbrowscap

make private methods protected

splitbrain opened this issue · 1 comments

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.

Done in the upcoming revision!