$m_sReportName
$m_sReportName
EHReport Class The EHREport class works as an aggreageted from other objects and should contain all data to be displayed in the PDF report. For scalar type data that are set once and are not changed later, the PlaceHolders array can be used this an associative array that contain arbitrary data to be displayed in the report.
getParticipantsByFailedPassed( $cVal)
Returns the participants based on if they passed or failed the exam,
@parameters: if $cVal 0 returns an associative array with two elements 'passed' and 'failed', 'passed' is an array with all passed participants and 'failed a an array with all 'failed' participants. if $cVal 1 returns an array of all passed participant if $cVal 2 returns an array of all failed participant.
$cVal |