Class: I2CE Module Float: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This article desrcibes the class '''I2CE_Module_Float'''which extends the class [[Class: I2CE_Module | I2CE_Module]] | This article desrcibes the class '''I2CE_Module_Float''' which extends the class [[Class: I2CE_Module | I2CE_Module]] | ||
It is contained in the module [[iHRIS Module List#Float|Float]] in the package [https://launchpad.net/i2ce I2CE] | It is contained in the module [[iHRIS Module List#Float|Float]] 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/Forms/modules/Float/lib/I2CE_Module_Float.php modules/Forms/modules/Float/lib/I2CE_Module_Float.php] | |||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Float/lib/I2CE_Module_Float.php modules/Forms/modules/Float/lib/I2CE_Module_Float.php] | |||
* The module that adds in an image data type | * The module that adds in an image data type | ||
@package I2CE | @package I2CE | ||
@access public | @access public | ||
@author Luke Duncan <lduncan@intrahealth.org> | @author Luke Duncan <lduncan@intrahealth.org> | ||
@since v3.1.0 | @since v3.1.0 | ||
@version v3.1.0 | @version v3.1.0 | ||
==Variables== | ==Variables== |
Revision as of 20:19, 16 October 2009
This article desrcibes the class I2CE_Module_Float which extends the class I2CE_Module It is contained in the module Float in the package I2CE
The class is defined in the file: modules/Forms/modules/Float/lib/I2CE_Module_Float.php
- The module that adds in an image data type
@package I2CE
@access public
@author Luke Duncan <lduncan@intrahealth.org>
@since v3.1.0
@version v3.1.0
Variables
$db
The instance of the database to perform queries on.
- Type: private MDB2 $db
Methods
__construct()
- Signature: public function __construct()
action_initialize()
Make sure the float column is in the database in the entry/last entry tables.
- 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()