-
-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extendable DataProvider #22
Comments
@theofidry Why do you need these properties to be protected and what's your use case of extending the ORM data provider class (because I think that's the answer of the first question :)) ? |
For instance I which to add a function |
@sroze custom logic for filtering and ordering for instance. |
@dunglas Any change regarding this point with the upgrade? |
Yes. I think this bug is not relevant anymore as you can create custom data providers and custom filters. |
Ok, I'm taking care of rebasing the order filter and will check this point later then. |
With the change in the way URL queries are handled (cf. PR #43), we do not have the need to extend the DataProvider anymore. However maybe adding getters for |
Would it be possible to make the properties and functions of
DataProvider
protected
instead ofprivate
or it has been made so on purpose?The text was updated successfully, but these errors were encountered: