Class: iHRIS Exam
From IHRIS Wiki
This article describes the class iHRIS_Exam.
- Extends the class: I2CE_Form.
- Location: Part of the module ihris-qualify in the package iHRIS Qualify
- Source: Defined in the file lib/iHRIS_Exam.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v1.0.0
@copyright Copyright © 2007, 2008 IntraHealth International, Inc. Object for dealing with exams for trainings.
Form Fields
This class is a form class and provides the following form fields
application_date
The form field application_date is implemented by DATE_YMD
materials_received
The form field materials_received is implemented by YESNO
materials_approved
The form field materials_approved is implemented by YESNO
endorser_name
The form field endorser_name is implemented by STRING_LINE
endorser_date
The form field endorser_date is implemented by DATE_YMD
endorser_qualifications
The form field endorser_qualifications is implemented by STRING_MLINE
exam_date
The form field exam_date is implemented by DATE_YMD
try
The form field try is implemented by MAP
results
The form field results is implemented by MAP
exam_number
The form field exam_number is implemented by STRING_LINE
Methods
validate()
Perform any additional required validation for the exam.
- Signature: public function validate($page)
- Parameters:
- I2CE_Template &$page