Class: I2CE Module CachedForms: Difference between revisions

From IHRIS Wiki
(Created page with 'This article desrcibes the class '''I2CE_Module_CachedForms'''which extends the class I2CE_Module It is contained in the module [[iHRIS Module List#Cache…')
 
No edit summary
Line 26: Line 26:
===launchBackgroundProcess()===
===launchBackgroundProcess()===
This method is inherited from [[Class: I2CE_Module#launchBackgroundProcess() | I2CE_Module->launchBackgroundProcess()]]
This method is inherited from [[Class: I2CE_Module#launchBackgroundProcess() | I2CE_Module->launchBackgroundProcess()]]
===launchBackgroundPHPScript()===
===launchBackgroundPHPScript()===
This method is inherited from [[Class: I2CE_Module#launchBackgroundPHPScript() | I2CE_Module->launchBackgroundPHPScript()]]
This method is inherited from [[Class: I2CE_Module#launchBackgroundPHPScript() | I2CE_Module->launchBackgroundPHPScript()]]
===launchBackgroundPage()===
===launchBackgroundPage()===
This method is inherited from [[Class: I2CE_Module#launchBackgroundPage() | I2CE_Module->launchBackgroundPage()]]
This method is inherited from [[Class: I2CE_Module#launchBackgroundPage() | I2CE_Module->launchBackgroundPage()]]
===userMessage()===
===userMessage()===
This method is inherited from [[Class: I2CE_Fuzzy#userMessage() | I2CE_Fuzzy->userMessage()]]
This method is inherited from [[Class: I2CE_Fuzzy#userMessage() | I2CE_Fuzzy->userMessage()]]

Revision as of 20:40, 16 October 2009

This article desrcibes the class I2CE_Module_CachedFormswhich extends the class I2CE_Module It is contained in the module CachedForms in the package I2CE The class is defined in the file: modules/Forms/modules/CachedForms/lib/I2CE_Module_CachedForms.php I2CE_Module_CachedForms @package I2CE @subpackage Core @author Carl Leitner <litlfred@ibiblio.org> @version 2.1 @access public

Methods

cacheNewForm()

  • Signature: public function cacheNewForm($args)

Parameters:

  • $args

cachedTableReference()

  • Signature: static public function cachedTableReference($fieldObj)

Parameters:

  • $fieldObj

getHooks()

  • Signature: static public function getHooks()

getMethods()

  • Signature: static public function getMethods()

refreshCaches()

  • Signature: public function refreshCaches()

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()