API16:JFormField/getType
From Joomla! Documentation
Description
Method to get the form field type.
Template:Description:JFormField/getType
Syntax
getType()
Returns
string The field type.
Defined in
libraries/joomla/form/formfield.php
Importing
jimport( 'joomla.form.formfield' );
Source Body
public function getType()
{
return $this->type;
}
[Edit See Also] Template:SeeAlso:JFormField/getType
Examples
<CodeExamplesForm />