API17

API17:JForm::filter

From Joomla! Documentation

Joomla 11.1 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.
  • Returns mixed boolean True on sucess.
  • Defined on line 189 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples