Class: I2CE Import Export: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This article desrcibes the class '''I2CE_Import_Export'''which extends the class [[Class: I2CE_Module | I2CE_Module]] | This article desrcibes the class '''I2CE_Import_Export''' which extends the class [[Class: I2CE_Module | I2CE_Module]] | ||
It is contained in the module [[iHRIS Module List#ImportExport|ImportExport]] in the package [https://launchpad.net/i2ce I2CE] | It is contained in the module [[iHRIS Module List#ImportExport|ImportExport]] in the package [https://launchpad.net/i2ce I2CE] | ||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:modules/ImportExport/lib/I2CE_Import_Export.php modules/ImportExport/lib/I2CE_Import_Export.php] | |||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/ImportExport/lib/I2CE_Import_Export.php modules/ImportExport/lib/I2CE_Import_Export.php] | |||
* The module that Debuggin infor | * The module that Debuggin infor | ||
@package I2CE | @package I2CE | ||
@access public | @access public | ||
@author Mark A. Hershberger <mhershberger@intrahealth.org> | @author Mark A. Hershberger <mhershberger@intrahealth.org> | ||
@since 3.0 | @since 3.0 | ||
@version 3.0 | @version 3.0 | ||
==Methods== | ==Methods== |
Revision as of 20:19, 16 October 2009
This article desrcibes the class I2CE_Import_Export which 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()