Class: I2CE Import Export: Difference between revisions
From IHRIS Wiki
(Created page with 'This article desrcibes the class '''I2CE_Import_Export'''which extends the class I2CE_Module It is contained in the module [[iHRIS Module List#ImportExpo…') |
No edit summary |
||
Line 16: | Line 16: | ||
===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 19:41, 16 October 2009
This article desrcibes the class I2CE_Import_Exportwhich extends the class I2CE_Module It is contained in the module ImportExport in the package I2CE The class is defined in the file: modules/ImportExport/lib/I2CE_Import_Export.php
- The module that Debuggin infor
@package I2CE @access public @author Mark A. Hershberger <mhershberger@intrahealth.org> @since 3.0 @version 3.0
Methods
__construct()
- Signature: public function __construct()
action_initialize()
- Signature: public function action_initialize()
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()