JForm::getFieldset
Method to get an array of JFormField objects in a given fieldset by name. If no name is given then all fields are returned.
Signature
public function getFieldset([string
$set = null] )
Parameters
-
$set
- The optional name of the fieldset.
Returns
- array
- The array of JFormField objects in the fieldset.