API16:JForm/getFieldsets
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.
Description:JForm/getFieldsets
Contents |
Syntax
getFieldsets()
Defined in
libraries/joomla/form/form.php
Importing
jimport( 'joomla.form.form' );
Source Body
public function getFieldsets() { return $this->_fieldsets; }
[Edit See Also] SeeAlso:JForm/getFieldsets
Examples
<CodeExamplesForm />
