API16

API16:JFormField/getType

From Joomla! Documentation

Description

Method to get the form field type.


<! removed transcluded page call, red link never existed >

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;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples