API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JForm::loadFieldType|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JForm::loadFieldType|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:29, 24 March 2017

Joomla 11.1 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 Joomla 11.1

See also

{{subst:SeeAlso:JForm::loadFieldType}}

User contributed notes

<CodeExamplesForm />