|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestSequenceFactory: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
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.