29 if( !isset($this->requestsByTestPassIndexAndQuestionId[$passIndex]) )
31 $this->requestsByTestPassIndexAndQuestionId[$passIndex] = array();
34 $this->requestsByTestPassIndexAndQuestionId[$passIndex][$qId] = $request;
44 return $this->requestsByTestPassIndexAndQuestionId[$passIndex][$qId];
An exception for terminatinating execution or to throw for unit testing.
addRequestByTestPassIndexAndQuestionId($passIndex, $qId, ilAssQuestionHintRequestStatisticData $request)
$requestsByTestPassIndexAndQuestionId
getRequestByTestPassIndexAndQuestionId($passIndex, $qId)