ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (ilDBInterface $db, ilLanguage $lng) | |
getParticipantAccessFilter () | |
setParticipantAccessFilter (Closure $participantAccessFilter) | |
isScoredParticipantsFilterEnabled () | |
setScoredParticipantsFilterEnabled ($scoredParticipantsFilterEnabled) | |
load ($testId) | |
getScoredParticipantsFilterExpression () | |
getConditionalExpression () | |
setActiveIdsFilter (array $active_ids_filter) | |
getActiveIdsFilter () | |
setUserIdsFilter ($userIdsFilter) | |
getUserIdsFilter () | |
setAnonymousIdsFilter ($anonymousIdsFilter) | |
getAnonymousIdsFilter () | |
getActiveIds () | |
getUserIds () | |
getAnonymousIds () | |
getUserIdByActiveId ($activeId) | |
getActiveIdByUserId ($userId) | |
getFormatedFullnameByActiveId ($activeId) | |
getFileSystemCompliantFullnameByActiveId ($activeId) | |
getOptionArray () | |
getAnonymousActiveIds () | |
getUserDataByActiveId (int $active_Id) | |
Protected Attributes | |
$db | |
$lng | |
$participantAccessFilter | |
bool | $scoredParticipantsFilterEnabled |
Private Attributes | |
array | $active_ids_filter |
array | $userIdsFilter |
array | $anonymousIdsFilter |
array | $byActiveId |
array | $byUserId |
array | $byAnonymousId |
Definition at line 27 of file class.ilTestParticipantData.php.
ilTestParticipantData::__construct | ( | ilDBInterface | $db, |
ilLanguage | $lng | ||
) |
Definition at line 58 of file class.ilTestParticipantData.php.
References $db, $lng, and ILIAS\Repository\lng().
ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 235 of file class.ilTestParticipantData.php.
References null.
ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 215 of file class.ilTestParticipantData.php.
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles(), ilTestArchiver\createUserResultsForArchive(), and ilObjTest\removeTestResults().
ilTestParticipantData::getActiveIdsFilter | ( | ) |
Definition at line 190 of file class.ilTestParticipantData.php.
References $active_ids_filter.
Referenced by getConditionalExpression().
ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 267 of file class.ilTestParticipantData.php.
References ANONYMOUS_USER_ID.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 225 of file class.ilTestParticipantData.php.
ilTestParticipantData::getAnonymousIdsFilter | ( | ) |
Definition at line 210 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
Referenced by getConditionalExpression().
ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 162 of file class.ilTestParticipantData.php.
References getActiveIdsFilter(), getAnonymousIdsFilter(), and getUserIdsFilter().
ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) |
Definition at line 245 of file class.ilTestParticipantData.php.
References ilFileUtils\getASCIIFilename().
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles().
ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 240 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 254 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
ilTestParticipantData::getParticipantAccessFilter | ( | ) |
Definition at line 77 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by load().
ilTestParticipantData::getScoredParticipantsFilterExpression | ( | ) |
Definition at line 153 of file class.ilTestParticipantData.php.
References isScoredParticipantsFilterEnabled().
ilTestParticipantData::getUserDataByActiveId | ( | int | $active_Id | ) |
Definition at line 280 of file class.ilTestParticipantData.php.
References null.
Referenced by ilTestArchiver\createUserResultsForArchive().
ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 230 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getUserIds | ( | ) |
Definition at line 220 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getUserIdsFilter | ( | ) |
Definition at line 200 of file class.ilTestParticipantData.php.
References $userIdsFilter.
Referenced by getConditionalExpression().
ilTestParticipantData::isScoredParticipantsFilterEnabled | ( | ) |
Definition at line 90 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
Referenced by getScoredParticipantsFilterExpression().
ilTestParticipantData::load | ( | $testId | ) |
Definition at line 103 of file class.ilTestParticipantData.php.
References $res, ANONYMOUS_USER_ID, and getParticipantAccessFilter().
Referenced by ilTestArchiver\createUserResultsForArchive().
ilTestParticipantData::setActiveIdsFilter | ( | array | $active_ids_filter | ) |
Definition at line 185 of file class.ilTestParticipantData.php.
References $active_ids_filter.
Referenced by ilTestArchiver\createUserResultsForArchive().
ilTestParticipantData::setAnonymousIdsFilter | ( | $anonymousIdsFilter | ) |
Definition at line 205 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
ilTestParticipantData::setParticipantAccessFilter | ( | Closure | $participantAccessFilter | ) |
Definition at line 82 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by ilTestArchiver\createUserResultsForArchive().
ilTestParticipantData::setScoredParticipantsFilterEnabled | ( | $scoredParticipantsFilterEnabled | ) |
bool | $scoredParticipantsFilterEnabled |
Definition at line 98 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
ilTestParticipantData::setUserIdsFilter | ( | $userIdsFilter | ) |
Definition at line 195 of file class.ilTestParticipantData.php.
References $userIdsFilter.
|
private |
Definition at line 39 of file class.ilTestParticipantData.php.
Referenced by getActiveIdsFilter(), and setActiveIdsFilter().
|
private |
Definition at line 43 of file class.ilTestParticipantData.php.
Referenced by getAnonymousIdsFilter(), and setAnonymousIdsFilter().
|
private |
Definition at line 45 of file class.ilTestParticipantData.php.
|
private |
Definition at line 49 of file class.ilTestParticipantData.php.
|
private |
Definition at line 47 of file class.ilTestParticipantData.php.
|
protected |
Definition at line 32 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 54 of file class.ilTestParticipantData.php.
Referenced by getParticipantAccessFilter(), and setParticipantAccessFilter().
|
protected |
Definition at line 56 of file class.ilTestParticipantData.php.
Referenced by isScoredParticipantsFilterEnabled(), and setScoredParticipantsFilterEnabled().
|
private |
Definition at line 41 of file class.ilTestParticipantData.php.
Referenced by getUserIdsFilter(), and setUserIdsFilter().