Unable to extend form helper

Permalink
I am unable to extend validation/form helper as it has some private variables like $fields, which I can't access from my custom helper.

So it would be very nice if C5 Core team could change these to protected. Then I could easily extend this helper and write my own validation methods.

Thank in advance!