You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
Hi everyone,
I am wondering why all attributes are private.
Does it make sense for you to upgrade them to protected in order to use them in herited classes ?
Thanks !
Julien
The text was updated successfully, but these errors were encountered:
Most of "*Base" classes possess private attributes.
Usually I can easily handle it with getters/setters, even if I found more logical to use protected attributes in heritable classes.
For my case, I am unable to use private fields from the DateTimeBoxBase class. (autoclose for example do not provide getter)
So I am unable to override the configure() method. An way to fix that is either to give accessors for all attributes or to upgrade attributes visibility.
Is that make sense for you ?
Hi everyone,
I am wondering why all attributes are private.
Does it make sense for you to upgrade them to protected in order to use them in herited classes ?
Thanks !
Julien
The text was updated successfully, but these errors were encountered: