$m_oSoapClient
$m_oSoapClient
EHSoapReporMapper Gathers all necesery information that will be displayed in the HTML report to crate a EHReport object. It implements the interface EHReportMapper by using the SOAP EvaExam interface to retrieve all the data.
collectExamInformation( $examId, \EHReport $EHReport)
collecExamInformation maps all values returned from the 'GetExam' soap function to the corresponding placeholders in the EHReport object.
$examId | ||
\EHReport | $EHReport |
getExamsByUser( $userId)
Returns an array of soap response objects each corresponding to an exams for the current user, NOTE: This are not EHReport objects, and do not have any GET or SET methods, the public members need to be called by its name directly, the response object correspond to the one returne vy the SOAP method GetExam.
Some of the mot importan variable names:
ExamId Status Name ExamCount FormId ShortName GradingKeyId
$userId |