ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
getActiveId () | |
setActiveId (int $active_id) | |
getAnonymousId () | |
setAnonymousId (int $anonymous_id) | |
getUsrId () | |
setUsrId (int $usr_id) | |
getLogin () | |
setLogin (string $login) | |
getLastname () | |
setLastname (string $lastname) | |
getFirstname () | |
setFirstname (string $firstname) | |
getMatriculation () | |
setMatriculation (string $matriculation) | |
isActiveStatus () | |
setActiveStatus (bool $active_status) | |
getFinishedTries () | |
setFinishedTries (int $finished_tries) | |
isTestFinished () | |
setTestFinished (bool $test_finished) | |
hasUnfinishedPasses () | |
setUnfinishedPasses (bool $unfinished_passes) | |
getScoring () | |
setScoring (ilTestParticipantScoring $scoring) | |
hasScoring () | |
Protected Attributes | |
int | $active_id = null |
int | $anonymous_id = null |
int | $usr_id = null |
string | $login = null |
string | $lastname = null |
string | $firstname = null |
string | $matriculation = null |
bool | $active_status = null |
string | $client_id = null |
int | $finished_tries = null |
bool | $test_finished = null |
bool | $unfinished_passes = null |
ilTestParticipantScoring | $scoring = null |
Definition at line 21 of file class.ilTestParticipant.php.
ilTestParticipant::getActiveId | ( | ) |
Definition at line 37 of file class.ilTestParticipant.php.
References $active_id.
Referenced by ilTestParticipantList\buildFullname(), and ilTestParticipantList\buildParticipantsFullname().
ilTestParticipant::getAnonymousId | ( | ) |
ilTestParticipant::getFinishedTries | ( | ) |
ilTestParticipant::getFirstname | ( | ) |
Definition at line 87 of file class.ilTestParticipant.php.
References $firstname.
Referenced by ilTestParticipantList\buildInviteeFullname().
ilTestParticipant::getLastname | ( | ) |
Definition at line 77 of file class.ilTestParticipant.php.
References $lastname.
Referenced by ilTestParticipantList\buildInviteeFullname().
ilTestParticipant::getLogin | ( | ) |
ilTestParticipant::getMatriculation | ( | ) |
ilTestParticipant::getScoring | ( | ) |
Definition at line 147 of file class.ilTestParticipant.php.
References $scoring.
ilTestParticipant::getUsrId | ( | ) |
ilTestParticipant::hasScoring | ( | ) |
Definition at line 157 of file class.ilTestParticipant.php.
ilTestParticipant::hasUnfinishedPasses | ( | ) |
Definition at line 137 of file class.ilTestParticipant.php.
References $unfinished_passes.
ilTestParticipant::isActiveStatus | ( | ) |
ilTestParticipant::isTestFinished | ( | ) |
ilTestParticipant::setActiveId | ( | int | $active_id | ) |
ilTestParticipant::setActiveStatus | ( | bool | $active_status | ) |
ilTestParticipant::setAnonymousId | ( | int | $anonymous_id | ) |
ilTestParticipant::setFinishedTries | ( | int | $finished_tries | ) |
ilTestParticipant::setFirstname | ( | string | $firstname | ) |
ilTestParticipant::setLastname | ( | string | $lastname | ) |
ilTestParticipant::setLogin | ( | string | $login | ) |
Definition at line 72 of file class.ilTestParticipant.php.
References $login, and ILIAS\UI\examples\Symbol\Glyph\Login\login().
ilTestParticipant::setMatriculation | ( | string | $matriculation | ) |
ilTestParticipant::setScoring | ( | ilTestParticipantScoring | $scoring | ) |
Definition at line 152 of file class.ilTestParticipant.php.
References $scoring.
ilTestParticipant::setTestFinished | ( | bool | $test_finished | ) |
ilTestParticipant::setUnfinishedPasses | ( | bool | $unfinished_passes | ) |
Definition at line 142 of file class.ilTestParticipant.php.
References $unfinished_passes.
ilTestParticipant::setUsrId | ( | int | $usr_id | ) |
|
protected |
Definition at line 23 of file class.ilTestParticipant.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 30 of file class.ilTestParticipant.php.
Referenced by isActiveStatus(), and setActiveStatus().
|
protected |
Definition at line 24 of file class.ilTestParticipant.php.
Referenced by getAnonymousId(), and setAnonymousId().
|
protected |
Definition at line 31 of file class.ilTestParticipant.php.
|
protected |
Definition at line 32 of file class.ilTestParticipant.php.
Referenced by getFinishedTries(), and setFinishedTries().
|
protected |
Definition at line 28 of file class.ilTestParticipant.php.
Referenced by getFirstname(), and setFirstname().
|
protected |
Definition at line 27 of file class.ilTestParticipant.php.
Referenced by getLastname(), and setLastname().
|
protected |
Definition at line 26 of file class.ilTestParticipant.php.
Referenced by getLogin(), and setLogin().
|
protected |
Definition at line 29 of file class.ilTestParticipant.php.
Referenced by getMatriculation(), and setMatriculation().
|
protected |
Definition at line 35 of file class.ilTestParticipant.php.
Referenced by getScoring(), and setScoring().
|
protected |
Definition at line 33 of file class.ilTestParticipant.php.
Referenced by isTestFinished(), and setTestFinished().
|
protected |
Definition at line 34 of file class.ilTestParticipant.php.
Referenced by hasUnfinishedPasses(), and setUnfinishedPasses().
|
protected |
Definition at line 25 of file class.ilTestParticipant.php.
Referenced by getUsrId(), and setUsrId().