|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilTestParticipantData:Public Member Functions | |
| __construct (ilDB $db, ilLanguage $lng) | |
| load ($testId) | |
| getConditionalExpression () | |
| setActiveIds ($activeIds) | |
| getActiveIds () | |
| setUserIds ($userIds) | |
| getUserIds () | |
| setAnonymousIds ($anonymousIds) | |
| getAnonymousIds () | |
| getUserIdByActiveId ($activeId) | |
| getActiveIdByUserId ($userId) | |
| getConcatedFullnameByActiveId ($activeId) | |
| getFormatedFullnameByActiveId ($activeId) | |
| getOptionArray () | |
| getAnonymousActiveIds () | |
Protected Attributes | |
| $db | |
| $lng | |
Private Member Functions | |
| buildFormatedFullname ($usrData) | |
Private Attributes | |
| $activeIds | |
| $userIds | |
| $anonymousIds | |
| $byActiveId | |
| $byUserId | |
| $byAnonymousId | |
Definition at line 11 of file class.ilTestParticipantData.php.
| ilTestParticipantData::__construct | ( | ilDB | $db, |
| ilLanguage | $lng | ||
| ) |
Definition at line 53 of file class.ilTestParticipantData.php.
|
private |
Definition at line 197 of file class.ilTestParticipantData.php.
Referenced by getFormatedFullnameByActiveId(), and getOptionArray().
Here is the caller graph for this function:| ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 168 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 138 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by getConditionalExpression(), and ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 204 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 158 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by getConditionalExpression().
Here is the caller graph for this function:| ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 173 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 106 of file class.ilTestParticipantData.php.
References getActiveIds(), getAnonymousIds(), and getUserIds().
Here is the call graph for this function:| ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 178 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
Here is the call graph for this function:| ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 183 of file class.ilTestParticipantData.php.
References $options, and buildFormatedFullname().
Here is the call graph for this function:| ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 163 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIds | ( | ) |
Definition at line 148 of file class.ilTestParticipantData.php.
References $userIds.
Referenced by getConditionalExpression(), and ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::load | ( | $testId | ) |
Definition at line 67 of file class.ilTestParticipantData.php.
References $query, $res, $row, setActiveIds(), setAnonymousIds(), and setUserIds().
Here is the call graph for this function:| ilTestParticipantData::setActiveIds | ( | $activeIds | ) |
Definition at line 133 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by load().
Here is the caller graph for this function:| ilTestParticipantData::setAnonymousIds | ( | $anonymousIds | ) |
Definition at line 153 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by load().
Here is the caller graph for this function:| ilTestParticipantData::setUserIds | ( | $userIds | ) |
Definition at line 143 of file class.ilTestParticipantData.php.
References $userIds.
Referenced by load().
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilTestParticipantData.php.
Referenced by getActiveIds(), and setActiveIds().
|
private |
Definition at line 36 of file class.ilTestParticipantData.php.
Referenced by getAnonymousIds(), and setAnonymousIds().
|
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().
|
private |
Definition at line 31 of file class.ilTestParticipantData.php.
Referenced by getUserIds(), and setUserIds().