ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
|
Public Member Functions | |
__construct (private readonly ilObjTest $test_obj, private readonly ilLanguage $lng, private readonly ilDBInterface $db, private readonly ilObjUser $user, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly IRSS $irss, private readonly ServerRequestInterface $request, private readonly ilObjectDataCache $obj_cache, private readonly ilTestParticipantAccessFilterFactory $participant_access_filter_factory, private readonly 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 33 of file class.ilTestArchiveService.php.
ilTestArchiveService::__construct | ( | private readonly ilObjTest | $test_obj, |
private readonly ilLanguage | $lng, | ||
private readonly ilDBInterface | $db, | ||
private readonly ilObjUser | $user, | ||
private readonly UIFactory | $ui_factory, | ||
private readonly UIRenderer | $ui_renderer, | ||
private readonly IRSS | $irss, | ||
private readonly ServerRequestInterface | $request, | ||
private readonly ilObjectDataCache | $obj_cache, | ||
private readonly ilTestParticipantAccessFilterFactory | $participant_access_filter_factory, | ||
private readonly ilTestHTMLGenerator | $html_generator | ||
) |
Definition at line 37 of file class.ilTestArchiveService.php.
References null.
ilTestArchiveService::archiveActivesPass | ( | int | $active_id, |
int | $pass | ||
) |
Definition at line 72 of file class.ilTestArchiveService.php.
References $filename, buildOverviewFilename(), getParticipantData(), ILIAS\Repository\lng(), renderOverviewContent(), ilTestArchiver\setParticipantData(), and ILIAS\Repository\user().
Referenced by archivePassesByActives().
ilTestArchiveService::archivePassesByActives | ( | $passesByActives | ) |
Definition at line 63 of file class.ilTestArchiveService.php.
References archiveActivesPass().
|
private |
$activeId | |
$pass |
Definition at line 131 of file class.ilTestArchiveService.php.
References ilFileUtils\ilTempnam().
Referenced by archiveActivesPass().
ilTestArchiveService::getParticipantData | ( | ) |
Definition at line 53 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
|
private |
$activeId | |
$pass |
Definition at line 101 of file class.ilTestArchiveService.php.
References $results, ILIAS\Repository\lng(), and null.
Referenced by archiveActivesPass().
ilTestArchiveService::setParticipantData | ( | ilTestParticipantData | $participantData | ) |
Definition at line 58 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 35 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().