API17:JFormHelper::loadFieldType
From Joomla! Documentation
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.
JFormHelper::loadFieldType
Description
Method to load a form field object given a type.
Description:JFormHelper::loadFieldType [Edit Descripton]
public static 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 68 of libraries/joomla/form/helper.php
- Since
- Referenced by
See also
-
JFormHelper::loadFieldType source code on BitBucket
-
Class JFormHelper
-
Subpackage Form
- Other versions of JFormHelper::loadFieldType
SeeAlso:JFormHelper::loadFieldType [Edit See Also]
User contributed notes
<CodeExamplesForm />
