19 declare(strict_types=1);
50 $this->testSession = [];
59 if ($active_id ===
null ||
60 $this->testSession === [] ||
61 !array_key_exists($active_id, $this->testSession) ||
62 $this->testSession[$active_id] ===
null 74 $this->test_obj->getTestId(),
83 return $this->testSession[$active_id];
93 if (!isset($this->testSession[$this->
buildCacheKey($user_id)])) {
118 $user_id_string = (string) $user_id;
119 return "{$this->test_obj->getTestId()}::{$user_id_string}";
getSession(?int $active_id=null)
Creates and returns an instance of a test sequence that corresponds to the current test mode...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
buildCacheKey(int $user_id)
getSessionByUserId(int $user_id)
getNewTestSessionObject()
reset()
temporarily bugfix for resetting the state of this singleton smeyer –> BH: not required anymore ...
__construct(private ilObjTest $test_obj, private ilDBInterface $db, private ilObjUser $user)