[4.0] Add hasField method to the JTable interface #20987
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a hasField method to the JTable interface so we can phase out the use of
property_existsin the system. This is in anticipation of the introduction of Joomla's entity system being introducedThis will require documentation on the b/c break to the interface (requiring a new method)
// cc @nikosdion as fof uses this interface (you already implement this method with the same signature - so no changes will be required) but as an FYI)
This work comes from the GSOC 2018 project by @isacandrei for webservices