JForm::loadFieldType: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Proxy for . | Proxy for . | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JForm::loadFieldType | category=JForm::loadFieldType | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:04, 25 March 2017
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

See also
JForm::loadFieldType source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::loadFieldType
User contributed notes
Code Examples