Class: iHRIS PageHistory
From IHRIS Wiki
This article describes the class iHRIS_PageHistory.
- Extends the class: I2CE_Page.
- Parent Classses: I2CE_Page I2CE_Fuzzy
- Child Classes:
- Location: Part of the module ihris-common in the package iHRIS Common
- Source: Defined in the file 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 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: 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()