API17

API17:JForm::findFieldsByFieldset

From Joomla! Documentation

Joomla 11.1 JForm::findFieldsByFieldset

Description

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 Joomla 11.1

See also


User contributed notes

Code Examples