JForm::filter
Method to filter the form data.
Signature
public function filter(array
$data,
[string
$group = null] )
Parameters
-
$data
- An array of field values to filter.
-
$group
- The dot-separated form group path on which to filter the fields.
Returns
- mixed
- Array or false.