| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilTestParticipantData:
 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 194 of file class.ilTestParticipantData.php.
Referenced by getFormatedFullnameByActiveId(), and getOptionArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) | 
Definition at line 165 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getActiveIds | ( | ) | 
Definition at line 135 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by getConditionalExpression(), and ilObjTest\removeTestResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::getAnonymousActiveIds | ( | ) | 
Definition at line 201 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::getAnonymousIds | ( | ) | 
Definition at line 155 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by getConditionalExpression().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) | 
Definition at line 170 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getConditionalExpression | ( | ) | 
Definition at line 103 of file class.ilTestParticipantData.php.
References getActiveIds(), getAnonymousIds(), and getUserIds().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) | 
Definition at line 175 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestParticipantData::getOptionArray | ( | ) | 
Definition at line 180 of file class.ilTestParticipantData.php.
References $options, and buildFormatedFullname().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) | 
Definition at line 160 of file class.ilTestParticipantData.php.
| ilTestParticipantData::getUserIds | ( | ) | 
Definition at line 145 of file class.ilTestParticipantData.php.
References $userIds.
Referenced by getConditionalExpression(), and ilObjTest\removeTestResults().
 Here is the caller graph for this function:
 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:
 Here is the call graph for this function:| ilTestParticipantData::setActiveIds | ( | $activeIds | ) | 
Definition at line 130 of file class.ilTestParticipantData.php.
References $activeIds.
Referenced by load().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::setAnonymousIds | ( | $anonymousIds | ) | 
Definition at line 150 of file class.ilTestParticipantData.php.
References $anonymousIds.
Referenced by load().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestParticipantData::setUserIds | ( | $userIds | ) | 
Definition at line 140 of file class.ilTestParticipantData.php.
References $userIds.
Referenced by load().
 Here is the caller graph for this function:
 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().