JForm::getGroup
Method to get an array of JFormField objects in a given field group by name.
Signature
public function getGroup(string
$group,
[boolean
$nested = false] )
Parameters
-
$group
- The dot-separated form group path for which to get the form fields.
-
$nested
- True to also include fields in nested groups that are inside of the
Returns
- array
- The array of JFormField objects in the field group.