session = $session; $this->userId = $userId; } /** * @return string */ public function getName() { return __CLASS__; } /** * @return AssessmentTestSession */ public function getSession() { return $this->session; } /** * @return string */ public function getUserId() { return $this->userId; } }