Class: iHRIS PageFormDisciplinaryReinstate
This article describes the class iHRIS_PageFormDisciplinaryReinstate.
- Extends the class: iHRIS_PageFormParentTraining.
- Parent Classses: iHRIS_PageFormParentTraining I2CE_PageForm I2CE_Page I2CE_Fuzzy
- Location: Part of the module ihris-qualify in the package iHRIS Qualify
- Source: Defined in the file lib/iHRIS_PageFormDisciplinaryReinstate.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v2.0.0
Manage reinstating a license after a disciplinary action. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Page object to handle the reinstatement of a license after a disciplinary action.
Methods
loadHTMLTemplates()
Load the HTML template files for editing.
- Signature: protected function loadHTMLTemplates()
loadObjects()
Create and load data for the objects used for this form.
- Signature: protected function loadObjects()
save()
Save the objects to the database. Save the default object being edited and return to the view page. If the action needs to be logged then the log method is also called. Any pages overriding this default save method will need to include any logging necessary.
- Signature: protected function save()
setDisplayData()
Set the data to be displayed for the page.
- Signature: protected function setDisplayData()
validate()
Run extra validation to make sure the reinstatement date has been entered.
- Signature: protected function validate()