|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilCmiXapiResult: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 (int $objId, int $usrId) |
| static | getEmptyInstance () |
| static | getResultsForObject (int $objId) |
Protected Member Functions | |
| update () | |
| insert () | |
| assignFromDbRow (array $row) | |
Protected Attributes | |
| int | $id |
| int | $objId |
| int | $usrId |
| int | $version |
| float | $score |
| string | $status |
| string | $lastUpdate |
Private Attributes | |
| ilDBInterface | $database |
Definition at line 30 of file class.ilCmiXapiResult.php.
| ilCmiXapiResult::__construct | ( | ) |
ilCmiXapiResult constructor.
Definition at line 51 of file class.ilCmiXapiResult.php.
References $DIC.
|
protected |
Definition at line 172 of file class.ilCmiXapiResult.php.
References setId(), setLastUpdate(), setObjId(), setScore(), setStatus(), setUsrId(), and setVersion().
Here is the call graph for this function:
|
static |
Definition at line 208 of file class.ilCmiXapiResult.php.
Referenced by ilCmiXapiPlaceholderValues\getReachedScore(), and ilXapiStatementEvaluation\getUserResult().
Here is the caller graph for this function:| ilCmiXapiResult::getId | ( | ) |
|
static |
| ilCmiXapiException |
Definition at line 186 of file class.ilCmiXapiResult.php.
Referenced by ilLPStatusCmiXapiAbstract\getCmixUserResult(), ilCmiXapiPlaceholderValues\getReachedScore(), and ilXapiStatementEvaluation\getUserResult().
Here is the caller graph for this function:| ilCmiXapiResult::getLastUpdate | ( | ) |
| ilCmiXapiResult::getObjId | ( | ) |
Definition at line 74 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by insert(), and update().
Here is the caller graph for this function:
|
static |
Definition at line 216 of file class.ilCmiXapiResult.php.
References $DIC, $res, and $results.
Referenced by ilLPStatusCmiXapiAbstract\loadStatusInfo().
Here is the caller graph for this function:| ilCmiXapiResult::getScore | ( | ) |
Definition at line 104 of file class.ilCmiXapiResult.php.
References $score.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilCmiXapiResult::getStatus | ( | ) |
Definition at line 114 of file class.ilCmiXapiResult.php.
References $status.
Referenced by insert(), ilLPStatusCmiXapiCompletedOrPassed\resultSatisfyCompleted(), ilLPStatusCmiXapiPassed\resultSatisfyCompleted(), ilLPStatusCmiXapiCompleted\resultSatisfyCompleted(), ilLPStatusCmiXapiCompletedOrPassedWithFailed\resultSatisfyFailed(), ilLPStatusCmiXapiPassedWithFailed\resultSatisfyFailed(), ilLPStatusCmiXapiCompletedWithFailed\resultSatisfyFailed(), and update().
Here is the caller graph for this function:| ilCmiXapiResult::getUsrId | ( | ) |
Definition at line 84 of file class.ilCmiXapiResult.php.
References $usrId.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilCmiXapiResult::getVersion | ( | ) |
Definition at line 94 of file class.ilCmiXapiResult.php.
References $version.
Referenced by insert(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 157 of file class.ilCmiXapiResult.php.
References getId(), getObjId(), getScore(), getStatus(), getUsrId(), getVersion(), ilCmiXapiAuthToken\selectCurrentTimestamp(), and setId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCmiXapiResult::save | ( | ) |
Definition at line 134 of file class.ilCmiXapiResult.php.
References getId(), insert(), and update().
Here is the call graph for this function:| ilCmiXapiResult::setId | ( | int | $id | ) |
Definition at line 69 of file class.ilCmiXapiResult.php.
References $id.
Referenced by assignFromDbRow(), and insert().
Here is the caller graph for this function:| ilCmiXapiResult::setLastUpdate | ( | string | $lastUpdate | ) |
Definition at line 129 of file class.ilCmiXapiResult.php.
References $lastUpdate.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setObjId | ( | int | $objId | ) |
Definition at line 79 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setScore | ( | float | $score | ) |
Definition at line 109 of file class.ilCmiXapiResult.php.
References $score.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setStatus | ( | string | $status | ) |
Definition at line 119 of file class.ilCmiXapiResult.php.
References $status.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setUsrId | ( | int | $usrId | ) |
Definition at line 89 of file class.ilCmiXapiResult.php.
References $usrId.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setVersion | ( | int | $version | ) |
Definition at line 99 of file class.ilCmiXapiResult.php.
References $version.
Referenced by assignFromDbRow().
Here is the caller graph for this function:
|
protected |
Definition at line 143 of file class.ilCmiXapiResult.php.
References getId(), getObjId(), getScore(), getStatus(), getUsrId(), getVersion(), and ilCmiXapiAuthToken\selectCurrentTimestamp().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 46 of file class.ilCmiXapiResult.php.
|
protected |
Definition at line 32 of file class.ilCmiXapiResult.php.
|
protected |
Definition at line 44 of file class.ilCmiXapiResult.php.
Referenced by getLastUpdate(), and setLastUpdate().
|
protected |
Definition at line 34 of file class.ilCmiXapiResult.php.
Referenced by getObjId(), and setObjId().
|
protected |
Definition at line 40 of file class.ilCmiXapiResult.php.
Referenced by getScore(), and setScore().
|
protected |
Definition at line 42 of file class.ilCmiXapiResult.php.
Referenced by getStatus(), and setStatus().
|
protected |
Definition at line 36 of file class.ilCmiXapiResult.php.
Referenced by getUsrId(), and setUsrId().
|
protected |
Definition at line 38 of file class.ilCmiXapiResult.php.
Referenced by getVersion(), and setVersion().