Class: I2CE FormStorage userform (4.0.19)
This article describes the class I2CE_FormStorage_userform .
- Extends the class: I2CE_FormStorage_Mechanism.
- Location: Part of the module UserForm in the package I2CE 4.0.19-release
- Source: Defined in the file modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 33
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v4.0.7
@filesource Class I2CE_FormStorage_userform
Variables
$userAccess
- Defined in i2ce/modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 46
- Type: protected I2CE_UserAccess_Mechansim $userAccess
Methods
__construct()
Construct this module class
- Defined in i2ce/modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 52
- Signature: public function __construct($name,$options)
- Parameters:
getRecords()
Return an array of all the record ids for a given form.
- Defined in i2ce/modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 77
- Signature: public function getRecords($form)
- Parameters:
- string $form
- Returns: array
isWritable()
Checks to see if this is writalbe
- Defined in i2ce/modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 39
- Signature: public function isWritable()
- Returns: boolean
populate()
Populate the member variables of the object from the database.
- Defined in i2ce/modules/Forms/modules/UserForm/lib/I2CE_FormStorage_userform.php on line 62
- Signature: public function populate($form)
- Parameters:
- I2CE_Form $form
Inherited Methods
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()
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()
listDisplayFields()
This public method is inherited from I2CE_FormStorage_Mechanism->listDisplayFields()
listFields()
This public method is inherited from I2CE_FormStorage_Mechanism->listFields()
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
$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()