API17:JForm::getFieldsets
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::getFieldsets
Description
Method to get an array of fieldset objects optionally filtered over a given field group.
Description:JForm::getFieldsets [Edit Descripton]
Since
Synopsis
public JForm::getFieldsets ($group=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | string | null | The dot-separated form group path on which to filter the fieldsets. |
Returns
array The array of fieldset objects.
Defined in
libraries/joomla/form/form.php (line 361)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
