|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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) | |
| 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 | ( | ilDB | $db, |
| ilLanguage | $lng | ||
| ) |
Definition at line 53 of file class.ilTestParticipantData.php.
|
private |
Definition at line 208 of file class.ilTestParticipantData.php.
Referenced by getFormatedFullnameByActiveId(), and getOptionArray().
Here is the caller graph for this function:| ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 170 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 140 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 215 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
Here is the caller graph for this function:| ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 160 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by getConditionalExpression().
Here is the caller graph for this function:| ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 175 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 108 of file class.ilTestParticipantData.php.
References getActiveIds(), getAnonymousIds(), and getUserIds().
Here is the call graph for this function:| ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) |
Definition at line 185 of file class.ilTestParticipantData.php.
References ilUtil\getASCIIFilename().
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 180 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
Here is the call graph for this function:| ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 194 of file class.ilTestParticipantData.php.
References $options, and buildFormatedFullname().
Here is the call graph for this function:| ilTestParticipantData::getUserDataByActiveId | ( | $activeId | ) |
Definition at line 230 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 165 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIds | ( | ) |
Definition at line 150 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 135 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by load().
Here is the caller graph for this function:| ilTestParticipantData::setAnonymousIds | ( | $anonymousIds | ) |
Definition at line 155 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by load().
Here is the caller graph for this function:| ilTestParticipantData::setUserIds | ( | $userIds | ) |
Definition at line 145 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().