|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilTestParticipantData:Public Member Functions | |
| __construct (ilDBInterface $db, ilLanguage $lng) | |
| getParticipantAccessFilter () | |
| setParticipantAccessFilter ($participantAccessFilter) | |
| isScoredParticipantsFilterEnabled () | |
| setScoredParticipantsFilterEnabled ($scoredParticipantsFilterEnabled) | |
| load ($testId) | |
| getScoredParticipantsFilterExpression () | |
| getConditionalExpression () | |
| setActiveIdsFilter ($activeIdsFilter) | |
| getActiveIdsFilter () | |
| setUserIdsFilter ($userIdsFilter) | |
| getUserIdsFilter () | |
| setAnonymousIdsFilter ($anonymousIdsFilter) | |
| getAnonymousIdsFilter () | |
| getActiveIds () | |
| getUserIds () | |
| getAnonymousIds () | |
| getUserIdByActiveId ($activeId) | |
| getActiveIdByUserId ($userId) | |
| getConcatedFullnameByActiveId ($activeId) | |
| getFormatedFullnameByActiveId ($activeId) | |
| getFileSystemCompliantFullnameByActiveId ($activeId) | |
| getOptionArray () | |
| getAnonymousActiveIds () | |
| getUserDataByActiveId ($activeId) | |
Protected Attributes | |
| $db | |
| $lng | |
| $participantAccessFilter | |
| $scoredParticipantsFilterEnabled | |
Private Attributes | |
| $activeIdsFilter | |
| $userIdsFilter | |
| $anonymousIdsFilter | |
| $byActiveId | |
| $byUserId | |
| $byAnonymousId | |
Definition at line 11 of file class.ilTestParticipantData.php.
| ilTestParticipantData::__construct | ( | ilDBInterface | $db, |
| ilLanguage | $lng | ||
| ) |
Definition at line 63 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 243 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 223 of file class.ilTestParticipantData.php.
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles(), and ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getActiveIdsFilter | ( | ) |
Definition at line 198 of file class.ilTestParticipantData.php.
References $activeIdsFilter.
Referenced by getConditionalExpression().
Here is the caller graph for this function:| ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 280 of file class.ilTestParticipantData.php.
References ANONYMOUS_USER_ID.
Referenced by ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 233 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getAnonymousIdsFilter | ( | ) |
Definition at line 218 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
Referenced by getConditionalExpression().
Here is the caller graph for this function:| ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 248 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 170 of file class.ilTestParticipantData.php.
References getActiveIdsFilter(), getAnonymousIdsFilter(), and getUserIdsFilter().
Here is the call graph for this function:| ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) |
Definition at line 258 of file class.ilTestParticipantData.php.
References ilUtil\getASCIIFilename().
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 253 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
Here is the call graph for this function:| ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 267 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
Here is the call graph for this function:| ilTestParticipantData::getParticipantAccessFilter | ( | ) |
Definition at line 82 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by load().
Here is the caller graph for this function:| ilTestParticipantData::getScoredParticipantsFilterExpression | ( | ) |
Definition at line 161 of file class.ilTestParticipantData.php.
References isScoredParticipantsFilterEnabled().
Here is the call graph for this function:| ilTestParticipantData::getUserDataByActiveId | ( | $activeId | ) |
Definition at line 293 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 238 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIds | ( | ) |
Definition at line 228 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getUserIdsFilter | ( | ) |
Definition at line 208 of file class.ilTestParticipantData.php.
References $userIdsFilter.
Referenced by getConditionalExpression().
Here is the caller graph for this function:| ilTestParticipantData::isScoredParticipantsFilterEnabled | ( | ) |
Definition at line 98 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
Referenced by getScoredParticipantsFilterExpression().
Here is the caller graph for this function:| ilTestParticipantData::load | ( | $testId | ) |
Definition at line 111 of file class.ilTestParticipantData.php.
References $query, $res, $rows, ANONYMOUS_USER_ID, and getParticipantAccessFilter().
Here is the call graph for this function:| ilTestParticipantData::setActiveIdsFilter | ( | $activeIdsFilter | ) |
Definition at line 193 of file class.ilTestParticipantData.php.
References $activeIdsFilter.
| ilTestParticipantData::setAnonymousIdsFilter | ( | $anonymousIdsFilter | ) |
Definition at line 213 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
| ilTestParticipantData::setParticipantAccessFilter | ( | $participantAccessFilter | ) |
| callable | $participantAccessFilter |
Definition at line 90 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
| ilTestParticipantData::setScoredParticipantsFilterEnabled | ( | $scoredParticipantsFilterEnabled | ) |
| bool | $scoredParticipantsFilterEnabled |
Definition at line 106 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
| ilTestParticipantData::setUserIdsFilter | ( | $userIdsFilter | ) |
Definition at line 203 of file class.ilTestParticipantData.php.
References $userIdsFilter.
|
private |
Definition at line 26 of file class.ilTestParticipantData.php.
Referenced by getActiveIdsFilter(), and setActiveIdsFilter().
|
private |
Definition at line 36 of file class.ilTestParticipantData.php.
Referenced by getAnonymousIdsFilter(), and setAnonymousIdsFilter().
|
private |
Definition at line 41 of file class.ilTestParticipantData.php.
|
private |
Definition at line 51 of file class.ilTestParticipantData.php.
|
private |
Definition at line 46 of file class.ilTestParticipantData.php.
|
protected |
Definition at line 16 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 56 of file class.ilTestParticipantData.php.
Referenced by getParticipantAccessFilter(), and setParticipantAccessFilter().
|
protected |
Definition at line 61 of file class.ilTestParticipantData.php.
Referenced by isScoredParticipantsFilterEnabled(), and setScoredParticipantsFilterEnabled().
|
private |
Definition at line 31 of file class.ilTestParticipantData.php.
Referenced by getUserIdsFilter(), and setUserIdsFilter().