|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
| getScoringTableRows () | |
| getScoringsTableRows () | |
| lookupNrOfTries (?int $active_id) | |
| buildFullname (ilTestParticipant $participant) | |
Protected Member Functions | |
| lookupLastAccess (?int $active_id) | |
| buildInviteeFullname (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:| ilTestParticipantList::buildFullname | ( | ilTestParticipant | $participant | ) |
Definition at line 336 of file class.ilTestParticipantList.php.
References ilObjTestAccess\_getParticipantData(), buildInviteeFullname(), ilTestParticipant\getActiveId(), and getTestObj().
Referenced by getScoringsTableRows().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 345 of file class.ilTestParticipantList.php.
References getTestObj(), and ILIAS\Repository\lng().
Referenced by buildFullname().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantList::buildScoringsQuery | ( | ) |
Definition at line 231 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.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| 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::getScoredParticipantList | ( | ) |
Definition at line 200 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 271 of file class.ilTestParticipantList.php.
References buildFullname().
Here is the call graph for this function:| ilTestParticipantList::getScoringTableRows | ( | ) |
Definition at line 252 of file class.ilTestParticipantList.php.
|
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.
| 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.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 327 of file class.ilTestParticipantList.php.
References getTestObj().
Here is the call graph for this function:| ilTestParticipantList::lookupNrOfTries | ( | ?int | $active_id | ) |
Definition at line 312 of file class.ilTestParticipantList.php.
References ilObjTest\_getMaxPass().
Here is the call graph for this function:| ilTestParticipantList::next | ( | ) |
Definition at line 159 of file class.ilTestParticipantList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.