FOFForm's helper class.
Provides a storage for filesystem's paths where FOFForm's entities reside and methods for creating those entities. Also stores objects with entities' prototypes for further reusing.
Located in /libraries/fof/form/helper.php (line 22)
JFormHelper | --FOFFormHelper
Method to add a path to the list of header include paths.
Load a class for one of the form's entities of a particular type.
Currently, it makes sense to use this method for the "field" and "rule" entities (but you can support more entities in your subclass).
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.
Method to load a form field object given a type.
Attempt to import the FOFFormHeader class file if it isn't already imported.
You can use this method outside of JForm for loading a field for inheritance or composition.
Method to load a form field object given a type.
Method to load a form entity object given a type.
Each type is loaded only once and then used as a prototype for other objects of same type. Please, use this method only with those entities which support types (forms don't support them).
Inherited From JFormHelper
JFormHelper::addFieldPath()
JFormHelper::addFormPath()
JFormHelper::addPath()
JFormHelper::addRulePath()
JFormHelper::loadClass()
JFormHelper::loadFieldClass()
JFormHelper::loadFieldType()
JFormHelper::loadRuleClass()
JFormHelper::loadRuleType()
JFormHelper::loadType()
Documentation generated on Tue, 19 Nov 2013 15:04:39 +0100 by phpDocumentor 1.4.3