API16

API16:JFormField/getType

From Joomla! Documentation

Revision as of 01:42, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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