|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilTestArchiveService:Public Member Functions | |
| __construct (ilObjTest $testOBJ) | |
| getParticipantData () | |
| setParticipantData (ilTestParticipantData $participantData) | |
| isConsiderHiddenQuestionsEnabled () | |
| setConsiderHiddenQuestionsEnabled ($considerHiddenQuestionsEnabled) | |
| archivePassesByActives ($passesByActives) | |
| archiveActivesPass ($activeId, $pass) | |
Protected Attributes | |
| $testOBJ | |
| $participantData | |
| $considerHiddenQuestionsEnabled | |
| $testResultHeaderLabelBuilder | |
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 36 of file class.ilTestArchiveService.php.
| ilTestArchiveService::archiveActivesPass | ( | $activeId, | |
| $pass | |||
| ) |
Definition at line 86 of file class.ilTestArchiveService.php.
References $filename, $pass, buildOverviewFilename(), ilTestPDFGenerator\generatePDF(), getParticipantData(), ilTestPDFGenerator\PDF_OUTPUT_FILE, 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 75 of file class.ilTestArchiveService.php.
References $pass, and archiveActivesPass().
Here is the call graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 123 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 52 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
Here is the caller graph for this function:| ilTestArchiveService::isConsiderHiddenQuestionsEnabled | ( | ) |
Definition at line 65 of file class.ilTestArchiveService.php.
References $considerHiddenQuestionsEnabled.
Referenced by renderOverviewContent().
Here is the caller graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 105 of file class.ilTestArchiveService.php.
References $pass, $results, and isConsiderHiddenQuestionsEnabled().
Referenced by archiveActivesPass().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestArchiveService::setConsiderHiddenQuestionsEnabled | ( | $considerHiddenQuestionsEnabled | ) |
Definition at line 70 of file class.ilTestArchiveService.php.
References $considerHiddenQuestionsEnabled.
| ilTestArchiveService::setParticipantData | ( | ilTestParticipantData | $participantData | ) |
| ilTestParticipantData | $participantData |
Definition at line 60 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 29 of file class.ilTestArchiveService.php.
Referenced by isConsiderHiddenQuestionsEnabled(), and setConsiderHiddenQuestionsEnabled().
|
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().
|
protected |
Definition at line 34 of file class.ilTestArchiveService.php.