API17:JForm::loadFieldType
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected JForm::loadFieldType ($type, $new=true) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
mixed object on success, false otherwise. | mixed object on success, false otherwise. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/form/form.php | + | libraries/joomla/form/form.php (line 1474) |
| + | * see source code in [[jplatform:form/form.php#cl-1474|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:34, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::loadFieldType
Description
Proxy for .
Description:JForm::loadFieldType [Edit Descripton]
Since
Synopsis
protected JForm::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 in
libraries/joomla/form/form.php (line 1474)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
