Class: I2CE FormStorage SDMX CrossSectional (Development): Difference between revisions
(Created page with '{{otherversions|Class: I2CE_FormStorage_SDMX_CrossSectional}} This article describes the class ''I2CE_FormStorage_SDMX_CrossSectional'' . *Extends the class: [[Class: I2CE_FormSt…') |
No edit summary |
||
Line 2: | Line 2: | ||
This article describes the class ''I2CE_FormStorage_SDMX_CrossSectional'' . | This article describes the class ''I2CE_FormStorage_SDMX_CrossSectional'' . | ||
*Extends the class: [[Class: I2CE_FormStorage_XML_BASE (Development) | I2CE_FormStorage_XML_BASE]]. | *Extends the class: [[Class: I2CE_FormStorage_XML_BASE (Development) | I2CE_FormStorage_XML_BASE]]. | ||
*Location: Part of the module [[I2CE Module List (Development)#forms-storage-SDMXHD|forms-storage-SDMXHD]] in the package [https://launchpad.net/i2ce I2CE] 4. | *Location: Part of the module [[I2CE Module List (Development)#forms-storage-SDMXHD|forms-storage-SDMXHD]] in the package [https://launchpad.net/i2ce I2CE] 4.1-dev | ||
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L35 modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 35 | ||
*Author: Luke Duncan <lduncan@intrahealth.org> | *Author: Luke Duncan <lduncan@intrahealth.org> | ||
Line 12: | Line 12: | ||
===$namespace=== | ===$namespace=== | ||
$var protected array $namespace array of the namespaces used index by the form name | $var protected array $namespace array of the namespaces used index by the form name | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L51 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 51 | ||
*Type: protected $namespace | *Type: protected $namespace | ||
===$mapping_data=== | ===$mapping_data=== | ||
. An array, indexed by form names, of an array of mapping data. | . An array, indexed by form names, of an array of mapping data. | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L105 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 105 | ||
*Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $mapping_data | *Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $mapping_data | ||
Line 23: | Line 23: | ||
===getBaseQuery()=== | ===getBaseQuery()=== | ||
Get the xpath query for the base node containing the data | Get the xpath query for the base node containing the data | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L57 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 57 | ||
*Signature: protected function getBaseQuery($form) | *Signature: protected function getBaseQuery($form) | ||
*Parameters: | *Parameters: | ||
Line 30: | Line 30: | ||
===getDOMData()=== | ===getDOMData()=== | ||
Tries to get the DOM Data for the SDMX-HD file | Tries to get the DOM Data for the SDMX-HD file | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L86 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 86 | ||
*Signature: protected function getDOMData($form) | *Signature: protected function getDOMData($form) | ||
*Parameters: | *Parameters: | ||
Line 37: | Line 37: | ||
===getDataNodesQuery()=== | ===getDataNodesQuery()=== | ||
Get the xpath query for the data nodes relative to the the containing data | Get the xpath query for the data nodes relative to the the containing data | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L67 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 67 | ||
*Signature: protected function getDataNodesQuery($form) | *Signature: protected function getDataNodesQuery($form) | ||
*Parameters: | *Parameters: | ||
** [http://www.php.net/manual/en/language.types.string.php string ] $form | ** [http://www.php.net/manual/en/language.types.string.php string ] $form | ||
*Returns: [http://www.php.net/manual/en/language.types.string.php string ] | *Returns: [http://www.php.net/manual/en/language.types.string.php string ] | ||
===getFieldValue()=== | |||
Get the value based on the given field data | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L183 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 183 | |||
*Signature: protected function getFieldValue($form,$field,$fieldData,$dom_data,$node) | |||
*Parameters: | |||
**$form | |||
**$field | |||
** [http://www.php.net/manual/en/language.types.array.php array ] $fieldData | |||
** [http://www.php.net/manual/en/language.types.array.php array ] $dom_data | |||
** [http://www.php.net/manual/en/class.domnode.php DOMNode ] $node | |||
*Returns: mixed.<br/>null if no data was found. otherwise it is a string | |||
===getLocationId()=== | |||
Get the id associated to the given node | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L44 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 44 | |||
*Signature: protected function getLocationId($form,$node,$count) | |||
*Parameters: | |||
** [http://www.php.net/manual/en/language.types.string.php string ] $form | |||
** [http://www.php.net/manual/en/class.domnode.php DOMNode ] $node @param int count | |||
**$count | |||
*Returns: string.<br/>'0' or null on failure a string on success. | |||
===getMappedCodeLists()=== | ===getMappedCodeLists()=== | ||
Gets any code lists that are already mapped in the system | Gets any code lists that are already mapped in the system | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L112 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 112 | ||
*Signature: protected function getMappedCodeLists($form) | *Signature: protected function getMappedCodeLists($form,$field) | ||
*Parameters: | *Parameters: | ||
** [http://www.php.net/manual/en/language.types.string.php string ] $form | ** [http://www.php.net/manual/en/language.types.string.php string ] $form | ||
**$field | |||
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ] | *Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ] | ||
===getSearchCategory()=== | ===getSearchCategory()=== | ||
Get the search category | Get the search category | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php#L76 i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php] on line 76 | ||
*Signature: protected function getSearchCategory($form) | *Signature: protected function getSearchCategory($form) | ||
*Parameters: | *Parameters: | ||
** [http://www.php.net/manual/en/language.types.string.php string ] $form | ** [http://www.php.net/manual/en/language.types.string.php string ] $form | ||
*Returns: [http://www.php.net/manual/en/language.types.string.php string ] | *Returns: [http://www.php.net/manual/en/language.types.string.php string ] | ||
==Inherited Methods== | ==Inherited Methods== | ||
===release()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#release() | I2CE_FormStorage_XML_BASE->release()]] | |||
===ensureLocations()=== | |||
This protected method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#ensureLocations() | I2CE_FormStorage_XML_BASE->ensureLocations()]] | |||
===getFieldDataDesc()=== | |||
This protected method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#getFieldDataDesc() | I2CE_FormStorage_XML_BASE->getFieldDataDesc()]] | |||
===getFormData()=== | |||
This protected method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#getFormData() | I2CE_FormStorage_XML_BASE->getFormData()]] | |||
===getNamespaces()=== | |||
This protected method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#getNamespaces() | I2CE_FormStorage_XML_BASE->getNamespaces()]] | |||
===getNodeIdDescription()=== | |||
This protected method is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#getNodeIdDescription() | I2CE_FormStorage_XML_BASE->getNodeIdDescription()]] | |||
===getFile()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFile() | I2CE_FormStorage_File_Base->getFile()]] | |||
===getFileData()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFileData() | I2CE_FormStorage_File_Base->getFileData()]] | |||
===getFileModTime()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFileModTime() | I2CE_FormStorage_File_Base->getFileModTime()]] | |||
===getRecords()=== | ===getRecords()=== | ||
This public method is inherited from [[Class: | This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getRecords() | I2CE_FormStorage_File_Base->getRecords()]] | ||
===isWritable()=== | ===isWritable()=== | ||
This public method is inherited from [[Class: | This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#isWritable() | I2CE_FormStorage_File_Base->isWritable()]] | ||
===listDisplayFields()=== | ===listDisplayFields()=== | ||
This public method is inherited from [[Class: | This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#listDisplayFields() | I2CE_FormStorage_File_Base->listDisplayFields()]] | ||
===listFields()=== | ===listFields()=== | ||
This public method is inherited from [[Class: | This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#listFields() | I2CE_FormStorage_File_Base->listFields()]] | ||
=== | ===populate()=== | ||
This | This public method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#populate() | I2CE_FormStorage_File_Base->populate()]] | ||
=== | ===_getFile()=== | ||
This protected method is inherited from [[Class: | This protected method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#_getFile() | I2CE_FormStorage_File_Base->_getFile()]] | ||
=== | ===getFileData_mdn()=== | ||
This protected method is inherited from [[Class: | This protected method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFileData_mdn() | I2CE_FormStorage_File_Base->getFileData_mdn()]] | ||
=== | ===getFileData_stream()=== | ||
This protected method is inherited from [[Class: | This protected method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFileData_stream() | I2CE_FormStorage_File_Base->getFileData_stream()]] | ||
=== | ===getFileURIType()=== | ||
This protected method is inherited from [[Class: | This protected method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getFileURIType() | I2CE_FormStorage_File_Base->getFileURIType()]] | ||
=== | ===getLocation()=== | ||
This protected method is inherited from [[Class: | This protected method is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#getLocation() | I2CE_FormStorage_File_Base->getLocation()]] | ||
===FF_IG_setSequence()=== | ===FF_IG_setSequence()=== | ||
Line 115: | Line 146: | ||
===__construct()=== | ===__construct()=== | ||
This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#__construct() | I2CE_FormStorage_Mechanism->__construct()]] | This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#__construct() | I2CE_FormStorage_Mechanism->__construct()]] | ||
===changeID()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#changeID() | I2CE_FormStorage_Mechanism->changeID()]] | |||
===delete()=== | ===delete()=== | ||
Line 124: | Line 158: | ||
===getIdsAsChild()=== | ===getIdsAsChild()=== | ||
This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#getIdsAsChild() | I2CE_FormStorage_Mechanism->getIdsAsChild()]] | This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#getIdsAsChild() | I2CE_FormStorage_Mechanism->getIdsAsChild()]] | ||
===globalFieldUpdateByFunction()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#globalFieldUpdateByFunction() | I2CE_FormStorage_Mechanism->globalFieldUpdateByFunction()]] | |||
===hasRecord()=== | |||
This public method is inherited from [[Class: I2CE_FormStorage_Mechanism (Development)#hasRecord() | I2CE_FormStorage_Mechanism->hasRecord()]] | |||
===lookupDisplayField()=== | ===lookupDisplayField()=== | ||
Line 155: | Line 195: | ||
This public method is inherited from [[Class: I2CE_Fuzzy (Development)#_hasMethod() | I2CE_Fuzzy->_hasMethod()]] | This public method is inherited from [[Class: I2CE_Fuzzy (Development)#_hasMethod() | I2CE_Fuzzy->_hasMethod()]] | ||
==Inherited Variables== | ==Inherited Variables== | ||
===$dom_data=== | ===$dom_data=== | ||
Theis protected variable is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#$dom_data | I2CE_FormStorage_XML_BASE->$dom_data]] | Theis protected variable is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#$dom_data | I2CE_FormStorage_XML_BASE->$dom_data]] | ||
===$id_def=== | ===$id_def=== | ||
Line 169: | Line 203: | ||
===$fieldData=== | ===$fieldData=== | ||
Theis protected variable is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#$fieldData | I2CE_FormStorage_XML_BASE->$fieldData]] | Theis protected variable is inherited from [[Class: I2CE_FormStorage_XML_BASE (Development)#$fieldData | I2CE_FormStorage_XML_BASE->$fieldData]] | ||
===$locations=== | |||
Theis protected variable is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#$locations | I2CE_FormStorage_File_Base->$locations]] | |||
===$mod_time=== | |||
Theis protected variable is inherited from [[Class: I2CE_FormStorage_File_Base (Development)#$mod_time | I2CE_FormStorage_File_Base->$mod_time]] | |||
===$name=== | ===$name=== |
Latest revision as of 08:14, 6 May 2015
This article describes the class I2CE_FormStorage_SDMX_CrossSectional .
- Extends the class: I2CE_FormStorage_XML_BASE.
- Location: Part of the module forms-storage-SDMXHD in the package I2CE 4.1-dev
- Source: Defined in the file modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 35
- Author: Luke Duncan <lduncan@intrahealth.org>
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v4.0.0
@filesource Class I2CE_FormStorage_SDMXHD Storage mechanism for reading SDMX-HD code lists.
Variables
$namespace
$var protected array $namespace array of the namespaces used index by the form name
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 51
- Type: protected $namespace
$mapping_data
. An array, indexed by form names, of an array of mapping data.
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 105
- Type: protected array $mapping_data
Methods
getBaseQuery()
Get the xpath query for the base node containing the data
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 57
- Signature: protected function getBaseQuery($form)
- Parameters:
- string $form
- Returns: string
getDOMData()
Tries to get the DOM Data for the SDMX-HD file
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 86
- Signature: protected function getDOMData($form)
- Parameters:
- string $form
- Returns: DOMDocument
getDataNodesQuery()
Get the xpath query for the data nodes relative to the the containing data
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 67
- Signature: protected function getDataNodesQuery($form)
- Parameters:
- string $form
- Returns: string
getFieldValue()
Get the value based on the given field data
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 183
- Signature: protected function getFieldValue($form,$field,$fieldData,$dom_data,$node)
- Parameters:
- Returns: mixed.
null if no data was found. otherwise it is a string
getLocationId()
Get the id associated to the given node
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 44
- Signature: protected function getLocationId($form,$node,$count)
- Parameters:
- Returns: string.
'0' or null on failure a string on success.
getMappedCodeLists()
Gets any code lists that are already mapped in the system
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 112
- Signature: protected function getMappedCodeLists($form,$field)
- Parameters:
- string $form
- $field
- Returns: boolean
getSearchCategory()
Get the search category
- Defined in i2ce/modules/Forms/modules/FormStorage/modules/FormStorageSDMXHD/lib/I2CE_FormStorage_SDMX_CrossSectional.php on line 76
- Signature: protected function getSearchCategory($form)
- Parameters:
- string $form
- Returns: string
Inherited Methods
release()
This public method is inherited from I2CE_FormStorage_XML_BASE->release()
ensureLocations()
This protected method is inherited from I2CE_FormStorage_XML_BASE->ensureLocations()
getFieldDataDesc()
This protected method is inherited from I2CE_FormStorage_XML_BASE->getFieldDataDesc()
getFormData()
This protected method is inherited from I2CE_FormStorage_XML_BASE->getFormData()
getNamespaces()
This protected method is inherited from I2CE_FormStorage_XML_BASE->getNamespaces()
getNodeIdDescription()
This protected method is inherited from I2CE_FormStorage_XML_BASE->getNodeIdDescription()
getFile()
This public method is inherited from I2CE_FormStorage_File_Base->getFile()
getFileData()
This public method is inherited from I2CE_FormStorage_File_Base->getFileData()
getFileModTime()
This public method is inherited from I2CE_FormStorage_File_Base->getFileModTime()
getRecords()
This public method is inherited from I2CE_FormStorage_File_Base->getRecords()
isWritable()
This public method is inherited from I2CE_FormStorage_File_Base->isWritable()
listDisplayFields()
This public method is inherited from I2CE_FormStorage_File_Base->listDisplayFields()
listFields()
This public method is inherited from I2CE_FormStorage_File_Base->listFields()
populate()
This public method is inherited from I2CE_FormStorage_File_Base->populate()
_getFile()
This protected method is inherited from I2CE_FormStorage_File_Base->_getFile()
getFileData_mdn()
This protected method is inherited from I2CE_FormStorage_File_Base->getFileData_mdn()
getFileData_stream()
This protected method is inherited from I2CE_FormStorage_File_Base->getFileData_stream()
getFileURIType()
This protected method is inherited from I2CE_FormStorage_File_Base->getFileURIType()
getLocation()
This protected method is inherited from I2CE_FormStorage_File_Base->getLocation()
FF_IG_setSequence()
This public method is inherited from I2CE_FormStorage_Mechanism->FF_IG_setSequence()
FF_populateHistory()
This public method is inherited from I2CE_FormStorage_Mechanism->FF_populateHistory()
FF_save()
This public method is inherited from I2CE_FormStorage_Mechanism->FF_save()
__construct()
This public method is inherited from I2CE_FormStorage_Mechanism->__construct()
changeID()
This public method is inherited from I2CE_FormStorage_Mechanism->changeID()
delete()
This public method is inherited from I2CE_FormStorage_Mechanism->delete()
getFormsById()
This public method is inherited from I2CE_FormStorage_Mechanism->getFormsById()
getIdsAsChild()
This public method is inherited from I2CE_FormStorage_Mechanism->getIdsAsChild()
globalFieldUpdateByFunction()
This public method is inherited from I2CE_FormStorage_Mechanism->globalFieldUpdateByFunction()
hasRecord()
This public method is inherited from I2CE_FormStorage_Mechanism->hasRecord()
lookupDisplayField()
This public method is inherited from I2CE_FormStorage_Mechanism->lookupDisplayField()
lookupField()
This public method is inherited from I2CE_FormStorage_Mechanism->lookupField()
populateHistory()
This public method is inherited from I2CE_FormStorage_Mechanism->populateHistory()
save()
This public method is inherited from I2CE_FormStorage_Mechanism->save()
search()
This public method is inherited from I2CE_FormStorage_Mechanism->search()
setStorageOptions()
This public method is inherited from I2CE_FormStorage_Mechanism->setStorageOptions()
compareFormsByFields()
This protected method is inherited from I2CE_FormStorage_Mechanism->compareFormsByFields()
getLimitedFields()
This protected method is inherited from I2CE_FormStorage_Mechanism->getLimitedFields()
getStorageOptions()
This protected method is inherited from I2CE_FormStorage_Mechanism->getStorageOptions()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Variables
$dom_data
Theis protected variable is inherited from I2CE_FormStorage_XML_BASE->$dom_data
$id_def
Theis protected variable is inherited from I2CE_FormStorage_XML_BASE->$id_def
$fieldData
Theis protected variable is inherited from I2CE_FormStorage_XML_BASE->$fieldData
$locations
Theis protected variable is inherited from I2CE_FormStorage_File_Base->$locations
$mod_time
Theis protected variable is inherited from I2CE_FormStorage_File_Base->$mod_time
$name
Theis protected variable is inherited from I2CE_FormStorage_Mechanism->$name
$global_options
Theis protected variable is inherited from I2CE_FormStorage_Mechanism->$global_options
$storage_options_cache
Theis protected variable is inherited from I2CE_FormStorage_Mechanism->$storage_options_cache
$ordering
Theis protected variable is inherited from I2CE_FormStorage_Mechanism->$ordering
Inherited Fuzzy Methods
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()