JForm::findFieldsByFieldset
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JForm::findFieldsByFieldset[edit]
Description[edit]
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[edit]
- JForm::findFieldsByFieldset source code on BitBucket
- Class JForm
- Subpackage Form
- Other versions of JForm::findFieldsByFieldset
User contributed notes[edit]
Code Examples[edit]