API17:JForm::getGroup
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::getGroup
Description
Method to get an array of objects in a given field group by name.
Description:JForm::getGroup [Edit Descripton]
Since
Synopsis
public JForm::getGroup ($group, $nested=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | string | The dot-separated form group path for which to get the form fields. | |
| $nested | boolean | false | True to also include fields in nested groups that are inside of the group for which to find fields. |
Returns
array The array of objects in the field group.
Defined in
libraries/joomla/form/form.php (line 470)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
