sessionMemento = $sessionMemento; $this->session = $testSession; } /** * @return \taoQtiTest_helpers_TestSession */ public function getSession() { return $this->session; } /** * @return string */ public function getServiceCallId() { return $this->session->getSessionId(); } public function getNewStateDescription() { $sessionService = $this->getServiceLocator()->get(SessionStateService::SERVICE_ID); return $sessionService->getSessionDescription($this->session); } /** * @return TestSessionMemento */ public function getSessionMemento() { return $this->sessionMemento; } }