Class: iHRIS QualifyPerson: Difference between revisions

From IHRIS Wiki
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
This article describes the class ''iHRIS_QualifyPerson''.
#REDIRECT [[Class: iHRIS_QualifyPerson (4.1.7)]]
*Extends the class: [[Class: iHRIS_Person | iHRIS_Person]].
*Location: Part of the module [[iHRIS Qualify Module List#ihris-qualify|ihris-qualify]] in the package [https://launchpad.net/qualify iHRIS Qualify]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/qualify/4.0.-release/annotate/head:/lib/iHRIS_QualifyPerson.php lib/iHRIS_QualifyPerson.php]
*Author: Luke Duncan <lduncan@intrahealth.org>
*Since: v1.0.0
@copyright Copyright &copy; 2007, 2008 IntraHealth International, Inc.    Object for dealing with people.
==Form Fields==
This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
==home==
The form field ''home'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==Inherited Form Fields==
surname from the class [[Class: iHRIS_Person|iHRIS_Person]]
firstname from the class [[Class: iHRIS_Person|iHRIS_Person]]
othername from the class [[Class: iHRIS_Person|iHRIS_Person]]
nationality from the class [[Class: iHRIS_Person|iHRIS_Person]]
surname_ignore from the class [[Class: iHRIS_Person|iHRIS_Person]]
residence from the class [[Class: iHRIS_Person|iHRIS_Person]]
==Methods==
===__construct()===
Create a new instance of a person.
*Signature: public function __construct($form,$id)
*Parameters:
** [http://www.php.net/manual/en/language.types.string.php string ] $form <br/>The name of this form
** integer $id
***Default Value: 0
 
 
[[Category:Class Documentation]]

Latest revision as of 10:08, 23 August 2013