|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilTestParticipantList:
Collaboration diagram for ilTestParticipantList:Public Member Functions | |
| __construct (ilObjTest $testObj) | |
| getTestObj () | |
| setTestObj ($testObj) | |
| addParticipant (ilTestParticipant $participant) | |
| getParticipantByUsrId ($usrId) | |
| getParticipantByActiveId ($activeId) | |
| hasUnfinishedPasses () | |
| hasScorings () | |
| getAllUserIds () | |
| getAllActiveIds () | |
| isActiveIdInList ($activeId) | |
| getAccessFilteredList (callable $userAccessFilter) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| initializeFromDbRows ($dbRows) | |
| getScoredParticipantList () | |
| buildScoringsQuery () | |
| getParticipantsTableRows () | |
| getScoringsTableRows () | |
| lookupNrOfTries ($activeId) | |
Protected Member Functions | |
| lookupLastAccess ($activeId) | |
| buildFullname (ilTestParticipant $participant) | |
| buildInviteeFullname (ilTestParticipant $participant) | |
| buildParticipantsFullname (ilTestParticipant $participant) | |
Protected Attributes | |
| $participants = array() | |
| $testObj | |
Definition at line 15 of file class.ilTestParticipantList.php.
| ilTestParticipantList::__construct | ( | ilObjTest | $testObj | ) |
| ilObjTest | $testObj |
Definition at line 30 of file class.ilTestParticipantList.php.
References $testObj.
| ilTestParticipantList::addParticipant | ( | ilTestParticipant | $participant | ) |
| ilTestParticipant | $participant |
Definition at line 54 of file class.ilTestParticipantList.php.
Referenced by initializeFromDbRows().
Here is the caller graph for this function:
|
protected |
| ilTestParticipant | $participant |
Definition at line 389 of file class.ilTestParticipantList.php.
References buildInviteeFullname(), buildParticipantsFullname(), ilTestParticipant\getActiveId(), and getTestObj().
Here is the call graph for this function:
|
protected |
| ilTestParticipant | $participant |
Definition at line 402 of file class.ilTestParticipantList.php.
References $DIC, ilTestParticipant\getFirstname(), ilTestParticipant\getLastname(), and getTestObj().
Referenced by buildFullname().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilTestParticipant | $participant |
Definition at line 421 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 254 of file class.ilTestParticipantList.php.
References $DIC, $query, getAllActiveIds(), and getTestObj().
Referenced by getScoredParticipantList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantList::current | ( | ) |
Definition at line 162 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 | ( | callable | $userAccessFilter | ) |
Definition at line 146 of file class.ilTestParticipantList.php.
References getAllUserIds(), and getTestObj().
Here is the call graph for this function:| ilTestParticipantList::getAllActiveIds | ( | ) |
Definition at line 124 of file class.ilTestParticipantList.php.
Referenced by buildScoringsQuery().
Here is the caller graph for this function:| ilTestParticipantList::getAllUserIds | ( | ) |
Definition at line 113 of file class.ilTestParticipantList.php.
Referenced by getAccessFilteredList().
Here is the caller graph for this function:| ilTestParticipantList::getParticipantByActiveId | ( | $activeId | ) |
| $activeId |
Definition at line 74 of file class.ilTestParticipantList.php.
Referenced by getScoredParticipantList().
Here is the caller graph for this function:| ilTestParticipantList::getParticipantByUsrId | ( | $usrId | ) |
Definition at line 59 of file class.ilTestParticipantList.php.
| ilTestParticipantList::getParticipantsTableRows | ( | ) |
Definition at line 290 of file class.ilTestParticipantList.php.
| ilTestParticipantList::getScoredParticipantList | ( | ) |
Definition at line 219 of file class.ilTestParticipantList.php.
References $DIC, $res, $row, buildScoringsQuery(), getParticipantByActiveId(), and getTestObj().
Here is the call graph for this function:| ilTestParticipantList::getScoringsTableRows | ( | ) |
Definition at line 316 of file class.ilTestParticipantList.php.
References $row, $rows, and ilObjTest\lookupLastTestPassAccess().
Here is the call graph for this function:| ilTestParticipantList::getTestObj | ( | ) |
Definition at line 38 of file class.ilTestParticipantList.php.
References $testObj.
Referenced by buildFullname(), buildInviteeFullname(), buildScoringsQuery(), getAccessFilteredList(), getScoredParticipantList(), and lookupLastAccess().
Here is the caller graph for this function:| ilTestParticipantList::hasScorings | ( | ) |
Definition at line 102 of file class.ilTestParticipantList.php.
| ilTestParticipantList::hasUnfinishedPasses | ( | ) |
Definition at line 88 of file class.ilTestParticipantList.php.
Referenced by ilTestParticipantsGUI\initToolbarControls().
Here is the caller graph for this function:| ilTestParticipantList::initializeFromDbRows | ( | $dbRows | ) |
| array[] | $dbRows |
Definition at line 186 of file class.ilTestParticipantList.php.
References addParticipant().
Here is the call graph for this function:| ilTestParticipantList::isActiveIdInList | ( | $activeId | ) |
Definition at line 135 of file class.ilTestParticipantList.php.
| ilTestParticipantList::key | ( | ) |
Definition at line 170 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 |
| integer | $activeId |
Definition at line 376 of file class.ilTestParticipantList.php.
References getTestObj().
Here is the call graph for this function:| ilTestParticipantList::lookupNrOfTries | ( | $activeId | ) |
| integer | $activeId |
Definition at line 360 of file class.ilTestParticipantList.php.
References ilObjTest\_getMaxPass().
Here is the call graph for this function:| ilTestParticipantList::next | ( | ) |
Definition at line 166 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 178 of file class.ilTestParticipantList.php.
| ilTestParticipantList::setTestObj | ( | $testObj | ) |
| ilObjTest | $testObj |
Definition at line 46 of file class.ilTestParticipantList.php.
References $testObj.
| ilTestParticipantList::valid | ( | ) |
Definition at line 174 of file class.ilTestParticipantList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file class.ilTestParticipantList.php.
|
protected |
Definition at line 25 of file class.ilTestParticipantList.php.
Referenced by __construct(), getTestObj(), and setTestObj().