Closed dlundgren closed 3 years ago
This is a no-go for me, but I'd like to hear from @nikic to see if we're aligned.
It'd be nice if abstract
classes used protected instead of private properties/methods so that other developers who would like to experiment with features could more easily do so instead of resorting to using Reflection to access those methods or otherwise copying and pasting.
@dlundgren thanks for your contribution but I prefer not to merge this one.
Allows classes that might extend DataGenerators to re-use the once private methods.