API17:JForm::findFieldsByFieldset
From Joomla! Documentation
JForm::findFieldsByFieldset
Description
Method to get an array of <field> elements from the form XML document which are in a specified fieldset by name.
protected & function findFieldsByFieldset ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the fieldset. |
- Returns mixed Boolean false on error or array of objects.
- Defined on line 1246 of libraries/joomla/form/form.php
- Since

See also
JForm::findFieldsByFieldset source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::findFieldsByFieldset
User contributed notes
Code Examples