|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilTestArchiveService: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.
| ilTestArchiveService::archiveActivesPass | ( | int | $active_id, |
| int | $pass | ||
| ) |
Definition at line 72 of file class.ilTestArchiveService.php.
References $filename, buildOverviewFilename(), getParticipantData(), ILIAS\Repository\lng(), renderOverviewContent(), and ILIAS\Repository\user().
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 63 of file class.ilTestArchiveService.php.
References archiveActivesPass().
Here is the call graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 131 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 53 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
Here is the caller graph for this function:
|
private |
| $activeId | |
| $pass |
Definition at line 101 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 58 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 35 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().