JForm::loadFieldType: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 37: | Line 37: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JForm::loadFieldType source code''' on [[jplatform:form/form.php#cl-1476|BitBucket]] | * {{JVer|11.1}} '''JForm::loadFieldType source code''' on [[jplatform:form/form.php#cl-1476|BitBucket]] | ||
* {{JVer|11.1}} Class [[JForm | * {{JVer|11.1}} Class [[API17:JForm|JForm]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Form | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | ||
* [[JForm::loadFieldType|Other versions of JForm::loadFieldType]] | * [[API17:JForm::loadFieldType|Other versions of JForm::loadFieldType]] | ||
{{SeeAlso:JForm::loadFieldType}} | {{SeeAlso:JForm::loadFieldType}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:43, 12 May 2013
JForm::loadFieldType
Description
Proxy for .
Template:Description:JForm::loadFieldType [Edit Descripton]
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
Template:SeeAlso:JForm::loadFieldType [Edit See Also]
User contributed notes
<CodeExamplesForm />