ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
ilTestParticipant constructor. More... | |
getActiveId () | |
setActiveId ($activeId) | |
getAnonymousId () | |
setAnonymousId ($anonymousId) | |
getUsrId () | |
setUsrId ($usrId) | |
getLogin () | |
setLogin ($login) | |
getLastname () | |
setLastname ($lastname) | |
getFirstname () | |
setFirstname ($firstname) | |
getMatriculation () | |
setMatriculation ($matriculation) | |
isActiveStatus () | |
setActiveStatus ($activeStatus) | |
getClientIp () | |
setClientIp ($clientIp) | |
getFinishedTries () | |
setFinishedTries ($finishedTries) | |
isTestFinished () | |
setTestFinished ($testFinished) | |
hasUnfinishedPasses () | |
setUnfinishedPasses ($unfinishedPasses) | |
getScoring () | |
setScoring (ilTestParticipantScoring $scoring) | |
hasScoring () | |
Protected Attributes | |
$activeId | |
$anonymousId | |
$usrId | |
$login | |
$lastname | |
$firstname | |
$matriculation | |
$activeStatus | |
$clientIp | |
$finishedTries | |
$testFinished | |
$unfinishedPasses | |
$scoring | |
Definition at line 13 of file class.ilTestParticipant.php.
ilTestParticipant::__construct | ( | ) |
ilTestParticipant constructor.
string | $activeId | |
string | $anonymousId | |
string | $usrId | |
string | $login | |
string | $lastname | |
string | $firstname | |
string | $matriculation | |
string | $clientIp | |
int | $finishedTries | |
bool | $testFinished | |
bool | $unfinishedPasses |
Definition at line 94 of file class.ilTestParticipant.php.
ilTestParticipant::getActiveId | ( | ) |
Definition at line 113 of file class.ilTestParticipant.php.
References $activeId.
Referenced by ilTestParticipantList\buildFullname(), and ilTestParticipantList\buildParticipantsFullname().
ilTestParticipant::getAnonymousId | ( | ) |
ilTestParticipant::getClientIp | ( | ) |
ilTestParticipant::getFinishedTries | ( | ) |
ilTestParticipant::getFirstname | ( | ) |
Definition at line 193 of file class.ilTestParticipant.php.
References $firstname.
Referenced by ilTestParticipantList\buildInviteeFullname().
ilTestParticipant::getLastname | ( | ) |
Definition at line 177 of file class.ilTestParticipant.php.
References $lastname.
Referenced by ilTestParticipantList\buildInviteeFullname().
ilTestParticipant::getLogin | ( | ) |
ilTestParticipant::getMatriculation | ( | ) |
Definition at line 209 of file class.ilTestParticipant.php.
References $matriculation.
ilTestParticipant::getScoring | ( | ) |
Definition at line 305 of file class.ilTestParticipant.php.
References $scoring.
ilTestParticipant::getUsrId | ( | ) |
ilTestParticipant::hasScoring | ( | ) |
Definition at line 318 of file class.ilTestParticipant.php.
ilTestParticipant::hasUnfinishedPasses | ( | ) |
Definition at line 289 of file class.ilTestParticipant.php.
References $unfinishedPasses.
ilTestParticipant::isActiveStatus | ( | ) |
ilTestParticipant::isTestFinished | ( | ) |
ilTestParticipant::setActiveId | ( | $activeId | ) |
string | $activeId |
Definition at line 121 of file class.ilTestParticipant.php.
References $activeId.
ilTestParticipant::setActiveStatus | ( | $activeStatus | ) |
bool | $activeStatus |
Definition at line 233 of file class.ilTestParticipant.php.
References $activeStatus.
ilTestParticipant::setAnonymousId | ( | $anonymousId | ) |
string | $anonymousId |
Definition at line 137 of file class.ilTestParticipant.php.
References $anonymousId.
ilTestParticipant::setClientIp | ( | $clientIp | ) |
string | $clientIp |
Definition at line 249 of file class.ilTestParticipant.php.
References $clientIp.
ilTestParticipant::setFinishedTries | ( | $finishedTries | ) |
int | $finishedTries |
Definition at line 265 of file class.ilTestParticipant.php.
References $finishedTries.
ilTestParticipant::setFirstname | ( | $firstname | ) |
string | $firstname |
Definition at line 201 of file class.ilTestParticipant.php.
References $firstname.
ilTestParticipant::setLastname | ( | $lastname | ) |
string | $lastname |
Definition at line 185 of file class.ilTestParticipant.php.
References $lastname.
ilTestParticipant::setLogin | ( | $login | ) |
string | $login |
Definition at line 169 of file class.ilTestParticipant.php.
References $login.
ilTestParticipant::setMatriculation | ( | $matriculation | ) |
string | $matriculation |
Definition at line 217 of file class.ilTestParticipant.php.
References $matriculation.
ilTestParticipant::setScoring | ( | ilTestParticipantScoring | $scoring | ) |
ilTestParticipantScoring | $scoring |
Definition at line 313 of file class.ilTestParticipant.php.
References $scoring.
ilTestParticipant::setTestFinished | ( | $testFinished | ) |
bool | $testFinished |
Definition at line 281 of file class.ilTestParticipant.php.
References $testFinished.
ilTestParticipant::setUnfinishedPasses | ( | $unfinishedPasses | ) |
bool | $unfinishedPasses |
Definition at line 297 of file class.ilTestParticipant.php.
References $unfinishedPasses.
ilTestParticipant::setUsrId | ( | $usrId | ) |
string | $usrId |
Definition at line 153 of file class.ilTestParticipant.php.
References $usrId.
|
protected |
Definition at line 18 of file class.ilTestParticipant.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 53 of file class.ilTestParticipant.php.
Referenced by isActiveStatus(), and setActiveStatus().
|
protected |
Definition at line 23 of file class.ilTestParticipant.php.
Referenced by getAnonymousId(), and setAnonymousId().
|
protected |
Definition at line 58 of file class.ilTestParticipant.php.
Referenced by getClientIp(), and setClientIp().
|
protected |
Definition at line 63 of file class.ilTestParticipant.php.
Referenced by getFinishedTries(), and setFinishedTries().
|
protected |
Definition at line 43 of file class.ilTestParticipant.php.
Referenced by getFirstname(), and setFirstname().
|
protected |
Definition at line 38 of file class.ilTestParticipant.php.
Referenced by getLastname(), and setLastname().
|
protected |
Definition at line 33 of file class.ilTestParticipant.php.
Referenced by getLogin(), and setLogin().
|
protected |
Definition at line 48 of file class.ilTestParticipant.php.
Referenced by getMatriculation(), and setMatriculation().
|
protected |
Definition at line 78 of file class.ilTestParticipant.php.
Referenced by getScoring(), and setScoring().
|
protected |
Definition at line 68 of file class.ilTestParticipant.php.
Referenced by isTestFinished(), and setTestFinished().
|
protected |
Definition at line 73 of file class.ilTestParticipant.php.
Referenced by hasUnfinishedPasses(), and setUnfinishedPasses().
|
protected |
Definition at line 28 of file class.ilTestParticipant.php.
Referenced by getUsrId(), and setUsrId().