| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilTestParticipantList:
 Collaboration diagram for ilTestParticipantList:Public Member Functions | |
| __construct (private ilObjTest $test_obj, private ilObjUser $user, private ilLanguage $lng, private ilDBInterface $db) | |
| setTestObj (ilObjTest $test_obj) | |
| addParticipant (ilTestParticipant $participant) | |
| getParticipantByUsrId (int $usr_id) | |
| getParticipantByActiveId ($active_id) | |
| hasUnfinishedPasses () | |
| hasScorings () | |
| getAllUserIds () | |
| getAllActiveIds () | |
| isActiveIdInList (int $active_id) | |
| getAccessFilteredList (Closure $user_access_filter) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| initializeFromDbRows (array $db_rows) | |
| getScoredParticipantList () | |
| buildScoringsQuery () | |
| getParticipantsTableRows () | |
| getScoringsTableRows () | |
| lookupNrOfTries (?int $active_id) | |
Protected Member Functions | |
| lookupLastAccess (?int $active_id) | |
| buildFullname (ilTestParticipant $participant) | |
| buildInviteeFullname (ilTestParticipant $participant) | |
| buildParticipantsFullname (ilTestParticipant $participant) | |
Protected Attributes | |
| array | $participants = [] | 
Private Member Functions | |
| getTestObj () | |
Definition at line 30 of file class.ilTestParticipantList.php.
| ilTestParticipantList::__construct | ( | private ilObjTest | $test_obj, | 
| private ilObjUser | $user, | ||
| private ilLanguage | $lng, | ||
| private ilDBInterface | $db | ||
| ) | 
Definition at line 37 of file class.ilTestParticipantList.php.
| ilTestParticipantList::addParticipant | ( | ilTestParticipant | $participant | ) | 
Definition at line 55 of file class.ilTestParticipantList.php.
Referenced by initializeFromDbRows().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 349 of file class.ilTestParticipantList.php.
References buildInviteeFullname(), buildParticipantsFullname(), ilTestParticipant\getActiveId(), and getTestObj().
Referenced by getParticipantsTableRows(), and getScoringsTableRows().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 358 of file class.ilTestParticipantList.php.
References ilTestParticipant\getFirstname(), ilTestParticipant\getLastname(), getTestObj(), and ILIAS\Repository\lng().
Referenced by buildFullname().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 371 of file class.ilTestParticipantList.php.
References ilObjTestAccess\_getParticipantData(), and ilTestParticipant\getActiveId().
Referenced by buildFullname().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantList::buildScoringsQuery | ( | ) | 
Definition at line 237 of file class.ilTestParticipantList.php.
References getAllActiveIds().
Referenced by getScoredParticipantList().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantList::current | ( | ) | 
Definition at line 155 of file class.ilTestParticipantList.php.
| ilTestParticipantList::getAccessFilteredList | ( | Closure | $user_access_filter | ) | 
Definition at line 139 of file class.ilTestParticipantList.php.
References $lng, getAllUserIds(), and getTestObj().
 Here is the call graph for this function:| ilTestParticipantList::getAllActiveIds | ( | ) | 
Definition at line 117 of file class.ilTestParticipantList.php.
Referenced by buildScoringsQuery().
 Here is the caller graph for this function:| ilTestParticipantList::getAllUserIds | ( | ) | 
Definition at line 106 of file class.ilTestParticipantList.php.
Referenced by getAccessFilteredList().
 Here is the caller graph for this function:| ilTestParticipantList::getParticipantByActiveId | ( | $active_id | ) | 
Definition at line 72 of file class.ilTestParticipantList.php.
Referenced by getScoredParticipantList().
 Here is the caller graph for this function:| ilTestParticipantList::getParticipantByUsrId | ( | int | $usr_id | ) | 
Definition at line 60 of file class.ilTestParticipantList.php.
| ilTestParticipantList::getParticipantsTableRows | ( | ) | 
Definition at line 258 of file class.ilTestParticipantList.php.
References buildFullname(), lookupLastAccess(), and lookupNrOfTries().
 Here is the call graph for this function:| ilTestParticipantList::getScoredParticipantList | ( | ) | 
Definition at line 206 of file class.ilTestParticipantList.php.
References $lng, $res, buildScoringsQuery(), getParticipantByActiveId(), and getTestObj().
 Here is the call graph for this function:| ilTestParticipantList::getScoringsTableRows | ( | ) | 
Definition at line 284 of file class.ilTestParticipantList.php.
References buildFullname().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 45 of file class.ilTestParticipantList.php.
Referenced by buildFullname(), buildInviteeFullname(), getAccessFilteredList(), getScoredParticipantList(), and lookupLastAccess().
 Here is the caller graph for this function:| ilTestParticipantList::hasScorings | ( | ) | 
Definition at line 95 of file class.ilTestParticipantList.php.
| ilTestParticipantList::hasUnfinishedPasses | ( | ) | 
Definition at line 84 of file class.ilTestParticipantList.php.
Referenced by ilTestParticipantsGUI\initToolbarControls().
 Here is the caller graph for this function:| ilTestParticipantList::initializeFromDbRows | ( | array | $db_rows | ) | 
Definition at line 176 of file class.ilTestParticipantList.php.
References addParticipant().
 Here is the call graph for this function:| ilTestParticipantList::isActiveIdInList | ( | int | $active_id | ) | 
Definition at line 128 of file class.ilTestParticipantList.php.
| ilTestParticipantList::key | ( | ) | 
Definition at line 163 of file class.ilTestParticipantList.php.
Referenced by valid().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 340 of file class.ilTestParticipantList.php.
References getTestObj().
Referenced by getParticipantsTableRows().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantList::lookupNrOfTries | ( | ?int | $active_id | ) | 
Definition at line 325 of file class.ilTestParticipantList.php.
References ilObjTest\_getMaxPass().
Referenced by getParticipantsTableRows().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantList::next | ( | ) | 
Definition at line 159 of file class.ilTestParticipantList.php.
| ilTestParticipantList::rewind | ( | ) | 
Definition at line 171 of file class.ilTestParticipantList.php.
| ilTestParticipantList::setTestObj | ( | ilObjTest | $test_obj | ) | 
Definition at line 50 of file class.ilTestParticipantList.php.
| ilTestParticipantList::valid | ( | ) | 
Definition at line 167 of file class.ilTestParticipantList.php.
References key().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 35 of file class.ilTestParticipantList.php.