\Custom_EhtmlReportController

EvaExam HTML Report Controller This class represents the controller in the arquitecture of the EvaExam Report Plugin controller. It determinates which view must be shown based on user request and prepared the data to be shwon in the report.

@author Mario Diaz

Summary

Methods
Properties
Constants
init()
indexAction()
displayAction()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

init()

init()

It creates the connection to the soap api and to the database, determinates the language of the report and creates the EHReport object.

indexAction()

indexAction()

The index action display a list of all exams with available results for the current user, including individual links for the HTML Report

displayAction()

displayAction()

displayAction is called when the Exam HTML Report is going to be shown for an exam. It gets the results for the exam and creates the report.