API17:JForm::filter
From Joomla! Documentation
JForm::filter
Description
Method to filter the form data.
public function filter (
$data
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | array | An array of field values to filter. | |
| $group | string | null | The dot-separated form group path on which to filter the fields. |
See also
JForm::filter source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::filter
User contributed notes
Code Examples