API17:JForm::filter
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::filter
Description
Method to filter the form data.
Description:JForm::filter [Edit Descripton]
Since
Synopsis
public JForm::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. |
Returns
mixed boolean True on sucess.
Defined in
libraries/joomla/form/form.php (line 189)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
