| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilTestParticipantData: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().
 Here is the call graph for this function:| ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) | 
Definition at line 235 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIds | ( | ) | 
Definition at line 215 of file class.ilTestParticipantData.php.
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles(), ilTestArchiver\createUserResultsForArchive(), and ilObjTest\removeTestResults().
 Here is the caller graph for this function:| ilTestParticipantData::getActiveIdsFilter | ( | ) | 
Definition at line 190 of file class.ilTestParticipantData.php.
References $active_ids_filter.
Referenced by getConditionalExpression().
 Here is the caller graph for this function:| ilTestParticipantData::getAnonymousActiveIds | ( | ) | 
Definition at line 267 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 225 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getAnonymousIdsFilter | ( | ) | 
Definition at line 210 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
Referenced by getConditionalExpression().
 Here is the caller graph for this function:| ilTestParticipantData::getConditionalExpression | ( | ) | 
Definition at line 162 of file class.ilTestParticipantData.php.
References getActiveIdsFilter(), getAnonymousIdsFilter(), and getUserIdsFilter().
 Here is the call graph for this function:| ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) | 
Definition at line 245 of file class.ilTestParticipantData.php.
References ilFileUtils\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 240 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
 Here is the call graph for this function:| ilTestParticipantData::getOptionArray | ( | ) | 
Definition at line 254 of file class.ilTestParticipantData.php.
References ilObjTestAccess\_getParticipantData().
 Here is the call graph for this function:| ilTestParticipantData::getParticipantAccessFilter | ( | ) | 
Definition at line 77 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by load().
 Here is the caller graph for this function:| ilTestParticipantData::getScoredParticipantsFilterExpression | ( | ) | 
Definition at line 153 of file class.ilTestParticipantData.php.
References isScoredParticipantsFilterEnabled().
 Here is the call graph for this function:| ilTestParticipantData::getUserDataByActiveId | ( | int | $active_Id | ) | 
Definition at line 280 of file class.ilTestParticipantData.php.
Referenced by ilTestArchiver\createUserResultsForArchive().
 Here is the caller graph for this function:| ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) | 
Definition at line 230 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
 Here is the caller graph for this function:| ilTestParticipantData::getUserIds | ( | ) | 
Definition at line 220 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
 Here is the caller graph for this function:| ilTestParticipantData::getUserIdsFilter | ( | ) | 
Definition at line 200 of file class.ilTestParticipantData.php.
References $userIdsFilter.
Referenced by getConditionalExpression().
 Here is the caller graph for this function:| ilTestParticipantData::isScoredParticipantsFilterEnabled | ( | ) | 
Definition at line 90 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
Referenced by getScoredParticipantsFilterExpression().
 Here is the caller graph for this function:| ilTestParticipantData::load | ( | $testId | ) | 
Definition at line 103 of file class.ilTestParticipantData.php.
References $res, ANONYMOUS_USER_ID, and getParticipantAccessFilter().
Referenced by ilTestArchiver\createUserResultsForArchive().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::setActiveIdsFilter | ( | array | $active_ids_filter | ) | 
Definition at line 185 of file class.ilTestParticipantData.php.
References $active_ids_filter.
Referenced by ilTestArchiver\createUserResultsForArchive().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| 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().