JForm::loadFieldType: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Proxy for . | Proxy for . | ||
{{Description:JForm::loadFieldType}} | {{subst:Description:JForm::loadFieldType}} | ||
<source lang="php"> | <source lang="php"> | ||
protected function loadFieldType ( | protected function loadFieldType ( | ||
| Line 40: | Line 38: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | ||
* [[API17:JForm::loadFieldType|Other versions of JForm::loadFieldType]] | * [[API17:JForm::loadFieldType|Other versions of JForm::loadFieldType]] | ||
{{SeeAlso:JForm::loadFieldType}} | {{subst:SeeAlso:JForm::loadFieldType}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:29, 24 March 2017
JForm::loadFieldType
Description
Proxy for .
{{subst:Description:JForm::loadFieldType}}
protected function loadFieldType (
$type
$new=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The field type. | |
| $new | boolean | true | Flag to toggle whether we should get a new instance of the object. |
- Returns mixed object on success, false otherwise.
- Defined on line 1484 of libraries/joomla/form/form.php
- Since

See also
JForm::loadFieldType source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::loadFieldType
{{subst:SeeAlso:JForm::loadFieldType}}
User contributed notes
<CodeExamplesForm />