API17

JForm::loadFieldType: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Proxy for .  
Proxy for .  


{{subst:Description:JForm::loadFieldType}}
 


<source lang="php">
<source lang="php">
Line 38: 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]]
{{subst:SeeAlso:JForm::loadFieldType}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JForm::loadFieldType
category=JForm::loadFieldType
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:04, 25 March 2017

Joomla 11.1 JForm::loadFieldType

Description

Proxy for .


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


User contributed notes

Code Examples