| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilTestArchiveService:Public Member Functions | |
| __construct (protected ilObjTest $test_obj, protected ilLanguage $lng, protected ilObjectDataCache $obj_cache, protected ilTestHTMLGenerator $html_generator) | |
| getParticipantData () | |
| setParticipantData (ilTestParticipantData $participantData) | |
| archivePassesByActives ($passesByActives) | |
| archiveActivesPass (int $active_id, int $pass) | |
Protected Attributes | |
| ilTestParticipantData | $participantData = null | 
Private Member Functions | |
| renderOverviewContent ($activeId, $pass) | |
| buildOverviewFilename ($activeId, $pass) | |
Definition at line 27 of file class.ilTestArchiveService.php.
| ilTestArchiveService::__construct | ( | protected ilObjTest | $test_obj, | 
| protected ilLanguage | $lng, | ||
| protected ilObjectDataCache | $obj_cache, | ||
| protected ilTestHTMLGenerator | $html_generator | ||
| ) | 
Definition at line 31 of file class.ilTestArchiveService.php.
| ilTestArchiveService::archiveActivesPass | ( | int | $active_id, | 
| int | $pass | ||
| ) | 
Definition at line 59 of file class.ilTestArchiveService.php.
References $filename, buildOverviewFilename(), getParticipantData(), renderOverviewContent(), and ilTestArchiver\setParticipantData().
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 50 of file class.ilTestArchiveService.php.
References archiveActivesPass().
 Here is the call graph for this function:
      
  | 
  private | 
| $activeId | |
| $pass | 
Definition at line 106 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 40 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 $results, and ILIAS\Repository\lng().
Referenced by archiveActivesPass().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestArchiveService::setParticipantData | ( | ilTestParticipantData | $participantData | ) | 
Definition at line 45 of file class.ilTestArchiveService.php.
References $participantData.
      
  | 
  protected | 
Definition at line 29 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().