ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (ilDBInterface $db, ilLanguage $lng) | |
load ($testId) | |
getConditionalExpression () | |
setActiveIds ($activeIds) | |
getActiveIds () | |
setUserIds ($userIds) | |
getUserIds () | |
setAnonymousIds ($anonymousIds) | |
getAnonymousIds () | |
getUserIdByActiveId ($activeId) | |
getActiveIdByUserId ($userId) | |
getConcatedFullnameByActiveId ($activeId) | |
getFormatedFullnameByActiveId ($activeId) | |
getFileSystemCompliantFullnameByActiveId ($activeId) | |
getOptionArray () | |
getAnonymousActiveIds () | |
getUserDataByActiveId ($activeId) | |
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 | ( | ilDBInterface | $db, |
ilLanguage | $lng | ||
) |
|
private |
Definition at line 199 of file class.ilTestParticipantData.php.
Referenced by getFormatedFullnameByActiveId(), and getOptionArray().
ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 162 of file class.ilTestParticipantData.php.
ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 132 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by getConditionalExpression(), and ilObjTest\removeTestResults().
ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 208 of file class.ilTestParticipantData.php.
References array.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 152 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by getConditionalExpression().
ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 167 of file class.ilTestParticipantData.php.
ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 104 of file class.ilTestParticipantData.php.
References array, getActiveIds(), getAnonymousIds(), and getUserIds().
ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) |
Definition at line 177 of file class.ilTestParticipantData.php.
References ilUtil\getASCIIFilename().
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles().
ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 172 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 186 of file class.ilTestParticipantData.php.
References $options, array, and buildFormatedFullname().
ilTestParticipantData::getUserDataByActiveId | ( | $activeId | ) |
Definition at line 221 of file class.ilTestParticipantData.php.
ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 157 of file class.ilTestParticipantData.php.
ilTestParticipantData::getUserIds | ( | ) |
Definition at line 142 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, array, setActiveIds(), setAnonymousIds(), and setUserIds().
ilTestParticipantData::setActiveIds | ( | $activeIds | ) |
Definition at line 127 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by load().
ilTestParticipantData::setAnonymousIds | ( | $anonymousIds | ) |
Definition at line 147 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by load().
ilTestParticipantData::setUserIds | ( | $userIds | ) |
Definition at line 137 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().