API17

API17:JForm::loadFieldType

From Joomla! Documentation

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