ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilDBInterface $db, ilLanguage $lng, Refinery $refinery, ilComponentRepository $component_repository, ilObjTest $testOBJ) | |
getSequenceByTestSession ($testSession) | |
creates and returns an instance of a test sequence that corresponds to the current test mode and the pass stored in test session More... | |
getSequenceByActiveIdAndPass ($activeId, $pass) | |
creates and returns an instance of a test sequence that corresponds to the current test mode and given active/pass More... | |
Private Attributes | |
array | $testSequences = [] |
ilDBInterface | $db |
ilLanguage | $lng |
Refinery | $refinery |
ilComponentRepository | $component_repository |
ilObjTest | $testOBJ |
Definition at line 26 of file class.ilTestSequenceFactory.php.
ilTestSequenceFactory::__construct | ( | ilDBInterface | $db, |
ilLanguage | $lng, | ||
Refinery | $refinery, | ||
ilComponentRepository | $component_repository, | ||
ilObjTest | $testOBJ | ||
) |
Definition at line 36 of file class.ilTestSequenceFactory.php.
References $component_repository, $db, $lng, $refinery, $testOBJ, ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
ilTestSequenceFactory::getSequenceByActiveIdAndPass | ( | $activeId, | |
$pass | |||
) |
creates and returns an instance of a test sequence that corresponds to the current test mode and given active/pass
integer | $activeId | |
integer | $pass |
Definition at line 70 of file class.ilTestSequenceFactory.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by getSequenceByTestSession().
ilTestSequenceFactory::getSequenceByTestSession | ( | $testSession | ) |
creates and returns an instance of a test sequence that corresponds to the current test mode and the pass stored in test session
ilTestSession | ilTestSessionDynamicQuestionSet | $testSession |
Definition at line 57 of file class.ilTestSequenceFactory.php.
References getSequenceByActiveIdAndPass().
|
private |
Definition at line 33 of file class.ilTestSequenceFactory.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilTestSequenceFactory.php.
Referenced by __construct().
|
private |
Definition at line 31 of file class.ilTestSequenceFactory.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilTestSequenceFactory.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilTestSequenceFactory.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilTestSequenceFactory.php.