ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct () | |
ilCmiXapiResult constructor. More... | |
getId () | |
setId (int $id) | |
getObjId () | |
setObjId (int $objId) | |
getUsrId () | |
setUsrId (int $usrId) | |
getVersion () | |
setVersion (int $version) | |
getScore () | |
setScore (float $score) | |
getStatus () | |
setStatus (string $status) | |
getLastUpdate () | |
setLastUpdate (string $lastUpdate) | |
save () | |
Static Public Member Functions | |
static | getInstanceByObjIdAndUsrId ($objId, $usrId) |
static | getEmptyInstance () |
static | getResultsForObject ($objId) |
Protected Member Functions | |
update () | |
insert () | |
assignFromDbRow ($row) | |
Protected Attributes | |
$id | |
$objId | |
$usrId | |
$version | |
$score | |
$status | |
$lastUpdate | |
Definition at line 15 of file class.ilCmiXapiResult.php.
ilCmiXapiResult::__construct | ( | ) |
ilCmiXapiResult constructor.
int | $id | |
int | $objId | |
int | $usrId | |
int | $version | |
float | $score | |
string | $status | |
string | $lastUpdate |
Definition at line 62 of file class.ilCmiXapiResult.php.
|
protected |
ilCmiXapiResult | $result | |
$row |
Definition at line 231 of file class.ilCmiXapiResult.php.
References setId(), setLastUpdate(), setObjId(), setScore(), setStatus(), setUsrId(), and setVersion().
|
static |
Definition at line 265 of file class.ilCmiXapiResult.php.
Referenced by ilCmiXapiPlaceholderValues\getReachedScore(), and ilXapiStatementEvaluation\getUserResult().
ilCmiXapiResult::getId | ( | ) |
|
static |
Definition at line 242 of file class.ilCmiXapiResult.php.
References $DIC, $objId, $query, $res, $result, and $usrId.
Referenced by ilLPStatusCmiXapiAbstract\getCmixUserResult(), ilCmiXapiPlaceholderValues\getReachedScore(), and ilXapiStatementEvaluation\getUserResult().
ilCmiXapiResult::getLastUpdate | ( | ) |
ilCmiXapiResult::getObjId | ( | ) |
Definition at line 92 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by insert(), and update().
|
static |
$objId |
Definition at line 274 of file class.ilCmiXapiResult.php.
References $DIC, $objId, $query, $res, $result, and $results.
Referenced by ilLPStatusCmiXapiAbstract\loadStatusInfo().
ilCmiXapiResult::getScore | ( | ) |
Definition at line 140 of file class.ilCmiXapiResult.php.
References $score.
Referenced by insert(), and update().
ilCmiXapiResult::getStatus | ( | ) |
Definition at line 156 of file class.ilCmiXapiResult.php.
References $status.
Referenced by insert(), ilLPStatusCmiXapiCompletedOrPassed\resultSatisfyCompleted(), ilLPStatusCmiXapiPassed\resultSatisfyCompleted(), ilLPStatusCmiXapiCompleted\resultSatisfyCompleted(), ilLPStatusCmiXapiCompletedOrPassedWithFailed\resultSatisfyFailed(), ilLPStatusCmiXapiPassedWithFailed\resultSatisfyFailed(), ilLPStatusCmiXapiCompletedWithFailed\resultSatisfyFailed(), and update().
ilCmiXapiResult::getUsrId | ( | ) |
Definition at line 108 of file class.ilCmiXapiResult.php.
References $usrId.
Referenced by insert(), and update().
ilCmiXapiResult::getVersion | ( | ) |
Definition at line 124 of file class.ilCmiXapiResult.php.
References $version.
Referenced by insert(), and update().
|
protected |
Definition at line 210 of file class.ilCmiXapiResult.php.
References $DIC, getId(), getObjId(), getScore(), getStatus(), getUsrId(), getVersion(), ilCmiXapiAuthToken\selectCurrentTimestamp(), and setId().
Referenced by save().
ilCmiXapiResult::save | ( | ) |
Definition at line 185 of file class.ilCmiXapiResult.php.
References getId(), insert(), and update().
ilCmiXapiResult::setId | ( | int | $id | ) |
int | $id |
Definition at line 84 of file class.ilCmiXapiResult.php.
References $id.
Referenced by assignFromDbRow(), and insert().
ilCmiXapiResult::setLastUpdate | ( | string | $lastUpdate | ) |
string | $lastUpdate |
Definition at line 180 of file class.ilCmiXapiResult.php.
References $lastUpdate.
Referenced by assignFromDbRow().
ilCmiXapiResult::setObjId | ( | int | $objId | ) |
int | $objId |
Definition at line 100 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by assignFromDbRow().
ilCmiXapiResult::setScore | ( | float | $score | ) |
float | $score |
Definition at line 148 of file class.ilCmiXapiResult.php.
References $score.
Referenced by assignFromDbRow().
ilCmiXapiResult::setStatus | ( | string | $status | ) |
string | $status |
Definition at line 164 of file class.ilCmiXapiResult.php.
References $status.
Referenced by assignFromDbRow().
ilCmiXapiResult::setUsrId | ( | int | $usrId | ) |
int | $usrId |
Definition at line 116 of file class.ilCmiXapiResult.php.
References $usrId.
Referenced by assignFromDbRow().
ilCmiXapiResult::setVersion | ( | int | $version | ) |
int | $version |
Definition at line 132 of file class.ilCmiXapiResult.php.
References $version.
Referenced by assignFromDbRow().
|
protected |
Definition at line 194 of file class.ilCmiXapiResult.php.
References $DIC, getId(), getObjId(), getScore(), getStatus(), getUsrId(), getVersion(), and ilCmiXapiAuthToken\selectCurrentTimestamp().
Referenced by save().
|
protected |
Definition at line 20 of file class.ilCmiXapiResult.php.
|
protected |
Definition at line 50 of file class.ilCmiXapiResult.php.
Referenced by getLastUpdate(), and setLastUpdate().
|
protected |
Definition at line 25 of file class.ilCmiXapiResult.php.
Referenced by getInstanceByObjIdAndUsrId(), getObjId(), getResultsForObject(), and setObjId().
|
protected |
Definition at line 40 of file class.ilCmiXapiResult.php.
Referenced by getScore(), and setScore().
|
protected |
Definition at line 45 of file class.ilCmiXapiResult.php.
Referenced by getStatus(), and setStatus().
|
protected |
Definition at line 30 of file class.ilCmiXapiResult.php.
Referenced by getInstanceByObjIdAndUsrId(), getUsrId(), and setUsrId().
|
protected |
Definition at line 35 of file class.ilCmiXapiResult.php.
Referenced by getVersion(), and setVersion().