Class: I2CE Module CachedForms (Development)
This article describes the class I2CE_Module_CachedForms .
- Extends the class: I2CE_Module.
- Location: Part of the module CachedForms in the package I2CE 4.1-dev
- Source: Defined in the file modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 30
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Module_CachedForms
Methods
cachedTableReference()
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 224
- Signature: static public function cachedTableReference($fieldObj)
- Parameters:
- $fieldObj
dropTable_hook()
Hooked method to drop a cached table
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 91
- Signature: public function dropTable_hook($args)
- Parameters:
- mixed $args
an array of two elements whose first element is a form object, the second is the user
- mixed $args
formIsDirty()
Checks to see if a form as dirty (needs to be cached)
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 203
- Signature: static public function formIsDirty($form)
- Parameters:
- mixed $form
Either a form object or a strgin.
- mixed $form
- Returns: boolean
getCLIMethods()
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 41
- Signature: static public function getCLIMethods()
getHooks()
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 48
- Signature: static public function getHooks()
getMethods()
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 32
- Signature: static public function getMethods()
globalUpdate_hook()
Hooked method to marks a form as dirty (needs to be cached).
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 64
- Signature: public function globalUpdate_hook($args)
- Parameters:
- mixed $args
an array of two elements whose first element is a form object, the second is the user
- mixed $args
markFormClean()
Marks a form as clean (does not need to be cached) if the dirty time does not exceed the given time stamp
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 169
- Signature: static public function markFormClean($args,$timestamp)
- Parameters:
markFormDirty()
Marks a form as dirty (needs to be cached).
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 140
- Signature: static public function markFormDirty($form,$timestamp)
- Parameters:
markFormDirty_hook()
Hooked method to marks a form as dirty (needs to be cached).
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 115
- Signature: public function markFormDirty_hook($args)
- Parameters:
- mixed $args
an array of two elements whose first element is a form object, the second is the user
- mixed $args
refreshCaches()
- Defined in i2ce/modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php on line 228
- Signature: public function refreshCaches()
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()