Class: iHRIS Module FacilityContact: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 1: Line 1:
This article desrcibes the class '''iHRIS_Module_FacilityContact''' which extends the class [[Class: I2CE_Module | I2CE_Module]]
This article desrcibes the class '''iHRIS_Module_FacilityContact'''.
*Extends the class: [[Class: I2CE_Module | I2CE_Module]].
It is contained in the module [[iHRIS Module List#FacilityContact|FacilityContact]] in the package [https://launchpad.net/ihris-common iHRIS Common]
It is contained in the module [[iHRIS Module List#FacilityContact|FacilityContact]] in the package [https://launchpad.net/ihris-common iHRIS Common]


Line 18: Line 19:
post updates the modules
post updates the modules
*Signature: public function post_update($old_vers,$new_vers)
*Signature: public function post_update($old_vers,$new_vers)
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean]
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
Parameters:
Parameters:
* [http://www.php.net/manual/en/language.types.string.php string] $old_vers
* [http://www.php.net/manual/en/language.types.string.php string ] $old_vers
* [http://www.php.net/manual/en/language.types.string.php string] $new_vers
* [http://www.php.net/manual/en/language.types.string.php string ] $new_vers
===upgrade()===
===upgrade()===
Upgrade this module if necessary
Upgrade this module if necessary
*Signature: public function upgrade($old_vers,$new_vers)
*Signature: public function upgrade($old_vers,$new_vers)
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean]
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
Parameters:
Parameters:
* [http://www.php.net/manual/en/language.types.string.php string] $old_vers
* [http://www.php.net/manual/en/language.types.string.php string ] $old_vers
* [http://www.php.net/manual/en/language.types.string.php string] $new_vers
* [http://www.php.net/manual/en/language.types.string.php string ] $new_vers
==Inherited Fuzzy Methods==
==Inherited Fuzzy Methods==
===launchBackgroundProcess()===
===launchBackgroundProcess()===

Revision as of 21:24, 16 October 2009

This article desrcibes the class iHRIS_Module_FacilityContact.

It is contained in the module FacilityContact in the package iHRIS Common

The class is defined in the file: modules/Facility/modules/FacilityContact/lib/iHRIS_Module_FacilityContact.php

@subpackage common @filesource Class iHRIS_Module_FacilityContact

  • Author: Carl Leitner <litlfred@ibiblio.org>
  • Since: v3.2.6

Methods

fixupContact()

  • Signature: protected function fixupContact()

migrate()

Migrate the facility contact data from entry to the current storage (magicdata)

  • Signature: public function migrate()

post_update()

post updates the modules

  • Signature: public function post_update($old_vers,$new_vers)
  • Returns: boolean

Parameters:

upgrade()

Upgrade this module if necessary

  • Signature: public function upgrade($old_vers,$new_vers)
  • Returns: boolean

Parameters:

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