Beispiel #1
0
 /**
  * Get the test version result
  *
  * @param integer $result_id Id of the result to retrieve
  * @return mixed
  */
 public function getResults($result_id = null)
 {
     return Litmus_Result::getResults($this->getTestId(), $this->version, $result_id);
 }