|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''iHRIS_PageFormPersonManage''.
| | #REDIRECT [[Class: iHRIS_PageFormPersonManage (4.1.7)]] |
| *Extends the class: [[Class: iHRIS_PageFormPerson | iHRIS_PageFormPerson]].
| |
| *Parent Classses: [[Class: iHRIS_PageFormPerson | iHRIS_PageFormPerson]] [[Class: I2CE_PageForm | I2CE_PageForm]] [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: Part of the module [[iHRIS Manage Module List#ihris-manage-Person|ihris-manage-Person]] in the package [https://launchpad.net/ihris-manage iHRIS Manage]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-manage/4.0.0-release/annotate/head:/modules/ManagePerson/lib/iHRIS_PageFormPersonManage.php modules/ManagePerson/lib/iHRIS_PageFormPersonManage.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v2.0.0
| |
| Manage adding or editing a person to the database. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Page object to handle the adding or editing people to the database.
| |
| ==Methods==
| |
| ===displayControls()===
| |
| Display the save or confirm button templates as needed.
| |
| *Signature: protected function displayControls($save,$show_edit)
| |
| *Parameters:
| |
| ** [http://www.php.net/manual/en/language.types.boolean.php boolean ] $save <br/>Flag to show the save button.
| |
| ***Default Value: false
| |
| ** [http://www.php.net/manual/en/language.types.boolean.php boolean ] $show_edit <br/>(defaults to true)
| |
| ***Default Value: true
| |
| ===loadHTMLTemplates()===
| |
| Load the HTML template files for editing and confirming the index and demographic information.
| |
| *Signature: protected function loadHTMLTemplates()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |