|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''iHRIS_Cadre''.
| | #REDIRECT [[Class: iHRIS_Cadre (4.1.7)]] |
| *Extends the class: [[Class: I2CE_List | I2CE_List]].
| |
| *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_Cadre.php lib/iHRIS_Cadre.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v1.0.0
| |
| @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Object for dealing with cadres.
| |
| ==Form Fields==
| |
| This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
| |
| ==name==
| |
| The form field ''name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==isco==
| |
| The form field ''isco'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==qualification==
| |
| The form field ''qualification'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
| |
| ==Methods==
| |
| ===getListType()===
| |
| Return the list edit type for this list. The possible return values are "list," "dual," or "select." Select will display a drop down of all choices and list and dual will list them all in a table. Dual includes the linked list object for the object.
| |
| *Signature: public function getListType()
| |
| *Returns: [http://www.php.net/manual/en/language.types.string.php string ]
| |
| | |
| | |
| [[Category:Class Documentation]]
| |