API17

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/11.1|JForm]]
* {{JVer|11.1}} Class [[API17:JForm|JForm]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|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

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

See also

Template:SeeAlso:JForm::loadFieldType [Edit See Also]

User contributed notes

<CodeExamplesForm />