GaretJax / phpbrowscap

Standalone replacement for php's native get_browser() function
MIT License
429 stars 69 forks source link

using static keyword so this class can be extended successfully #56

Open mmucklo opened 10 years ago

mmucklo commented 10 years ago

I tried to extend the class but it was complaining due to all the "self" references everywhere.