/**
  * Test...
  *
  * @param   string  $name  The name of the fieldset.
  *
  * @return  mixed  Boolean false on error or array of SimpleXMLElement objects.
  *
  * @since   1.0
  */
 public function findFieldsByFieldset($name)
 {
     return parent::findFieldsByFieldset($name);
 }