|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 14 of file class.ilTestArchiveService.php.
| ilTestArchiveService::__construct | ( | ilObjTest | $testOBJ | ) |
Definition at line 26 of file class.ilTestArchiveService.php.
References $testOBJ.
| ilTestArchiveService::archiveActivesPass | ( | $activeId, | |
| $pass | |||
| ) |
Definition at line 57 of file class.ilTestArchiveService.php.
References $filename, $pass, 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 48 of file class.ilTestArchiveService.php.
References $pass, and archiveActivesPass().
Here is the call graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 108 of file class.ilTestArchiveService.php.
References $pass, and ilUtil\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 35 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
Here is the caller graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 76 of file class.ilTestArchiveService.php.
References $GLOBALS, $pass, $results, and 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 43 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 24 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().
|
protected |
Definition at line 19 of file class.ilTestArchiveService.php.
Referenced by __construct().