ILIAS
Release_5_0_x_branch Revision 61816
|
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().
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().
ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 204 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 158 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by getConditionalExpression().
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().
ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 178 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 183 of file class.ilTestParticipantData.php.
References $options, and buildFormatedFullname().
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().
ilTestParticipantData::load | ( | $testId | ) |
Definition at line 67 of file class.ilTestParticipantData.php.
References $query, $res, $row, setActiveIds(), setAnonymousIds(), and setUserIds().
ilTestParticipantData::setActiveIds | ( | $activeIds | ) |
Definition at line 133 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by load().
ilTestParticipantData::setAnonymousIds | ( | $anonymousIds | ) |
Definition at line 153 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by load().
ilTestParticipantData::setUserIds | ( | $userIds | ) |
Definition at line 143 of file class.ilTestParticipantData.php.
References $userIds.
Referenced by load().
|
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().