Class: iHRIS Module Manage: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This article desrcibes the class '''iHRIS_Module_Manage'''which extends the class [[Class: I2CE_Module | I2CE_Module]] | This article desrcibes the class '''iHRIS_Module_Manage''' which extends the class [[Class: I2CE_Module | I2CE_Module]] | ||
It is contained in the module [[iHRIS Module List#ihris-manage|ihris-manage]] in the package [https://launchpad.net/ihris-manage iHRIS Manage] | It is contained in the module [[iHRIS Module List#ihris-manage|ihris-manage]] in the package [https://launchpad.net/ihris-manage iHRIS Manage] | ||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-manage/4.0.0-release/files/head:lib/iHRIS_Module_Manage.php lib/iHRIS_Module_Manage.php] | |||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-manage/4.0.0-release/files/head:/lib/iHRIS_Module_Manage.php lib/iHRIS_Module_Manage.php] | |||
iHRIS_Module_Manage | iHRIS_Module_Manage | ||
@package I2CE | @package I2CE | ||
@subpackage Core | @subpackage Core | ||
@author Carl Leitner <litlfred@ibiblio.org> | @author Carl Leitner <litlfred@ibiblio.org> | ||
@version 2.1 | @version 2.1 | ||
@access public | @access public | ||
==Methods== | ==Methods== |
Revision as of 21:21, 16 October 2009
This article desrcibes the class iHRIS_Module_Manage which extends the class I2CE_Module It is contained in the module ihris-manage in the package iHRIS Manage
The class is defined in the file: lib/iHRIS_Module_Manage.php
iHRIS_Module_Manage
@package I2CE
@subpackage Core
@author Carl Leitner <litlfred@ibiblio.org>
@version 2.1
@access public
Methods
ensureFormsAndPages()
- Signature: public function ensureFormsAndPages()
updatePersonFormFields()
- Signature: protected function updatePersonFormFields()
upgrade()
- Signature: public function upgrade($old_vers,$new_vers)
Parameters:
- $old_vers
- $new_vers
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()