FOFFormHelper::loadFieldClass
Attempt to import the JFormField class file if it isn't already imported.
You can use this method outside of JForm for loading a field for inheritance or composition.
Signature
public function loadFieldClass(string
$type )
Parameters
-
$type
- Type of a field whose class should be loaded.
Returns
- mixed
- Class name on success or false otherwise.