|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestArchiveService:Public Member Functions | |
| __construct (ilObjTest $testOBJ) | |
| getParticipantData () | |
| setParticipantData (ilTestParticipantData $participantData) | |
| archivePassesByActives ($passesByActives) | |
| archiveActivesPass ($activeId, $pass) | |
Protected Attributes | |
| $testOBJ | |
| $participantData | |
Private Member Functions | |
| renderOverviewContent ($activeId, $pass) | |
| buildOverviewFilename ($activeId, $pass) | |
Definition at line 25 of file class.ilTestArchiveService.php.
| ilTestArchiveService::__construct | ( | ilObjTest | $testOBJ | ) |
Definition at line 37 of file class.ilTestArchiveService.php.
References $testOBJ.
| ilTestArchiveService::archiveActivesPass | ( | $activeId, | |
| $pass | |||
| ) |
Definition at line 68 of file class.ilTestArchiveService.php.
References $filename, buildOverviewFilename(), ilTestPDFGenerator\generatePDF(), getParticipantData(), ilTestPDFGenerator\PDF_OUTPUT_FILE, PDF_USER_RESULT, and renderOverviewContent().
Referenced by archivePassesByActives().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestArchiveService::archivePassesByActives | ( | $passesByActives | ) |
Definition at line 59 of file class.ilTestArchiveService.php.
References archiveActivesPass().
Here is the call graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 117 of file class.ilTestArchiveService.php.
References ilFileUtils\ilTempnam().
Referenced by archiveActivesPass().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestArchiveService::getParticipantData | ( | ) |
Definition at line 46 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
Here is the caller graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 85 of file class.ilTestArchiveService.php.
References $GLOBALS, $results, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by archiveActivesPass().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestArchiveService::setParticipantData | ( | ilTestParticipantData | $participantData | ) |
| ilTestParticipantData | $participantData |
Definition at line 54 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 35 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().
|
protected |
Definition at line 30 of file class.ilTestArchiveService.php.
Referenced by __construct().