ronalfy / reorder-posts

Reorder Posts
GNU General Public License v2.0
6 stars 0 forks source link

Make Reorder Class Inheritable #11

Closed ronalfy closed 9 years ago

ronalfy commented 9 years ago

Use protected instead of private for class variables and methods that make sense.

ronalfy commented 9 years ago

I decided against this and instead created a global with access to some of the class variables. There's too much internal behavior to make this class inheritable.