|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''iHRIS_PageHistory''.
| | #REDIRECT [[Class: iHRIS_PageHistory (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Page | I2CE_Page]].
| |
| *Parent Classses: [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Child Classes:
| |
| ** [[Class: iHRIS_PageHistoryQualify | iHRIS_PageHistoryQualify]]
| |
| *Location: Part of the module [[iHRIS Common Module List#ihris-common|ihris-common]] in the package [https://launchpad.net/ihris-common iHRIS Common]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-common/4.0.0-release/annotate/head:/lib/iHRIS_PageHistory.php lib/iHRIS_PageHistory.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v2.0.0
| |
| The page class for displaying the history of a form associated with a person's record. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. The page class for displaying the history of a form associated with a person's record.
| |
| ==Variables==
| |
| ===$history===
| |
| The history object being displayed by this page.
| |
| *Type: protected [[Class: I2CE_Form | I2CE_Form]] $history
| |
| | |
| ==Methods==
| |
| ===action()===
| |
| Perform the main actions of the page.
| |
| *Signature: protected function action()
| |
| ===getPrefix()===
| |
| Return a prefix to be used for templates associated with this page.
| |
| *Signature: protected function getPrefix()
| |
| *Returns: [http://www.php.net/manual/en/language.types.string.php string ]
| |
| ===loadHTMLTemplates()===
| |
| Load the HTML template files for viewing an object's history.
| |
| *Signature: protected function loadHTMLTemplates()
| |
| ===loadObjects()===
| |
| Load the history object for this page.
| |
| *Signature: protected function loadObjects()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |