|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 ($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().
Here is the call graph for this function:
|
static |
Definition at line 265 of file class.ilCmiXapiResult.php.
Referenced by ilCmiXapiPlaceholderValues\getReachedScore(), and ilXapiStatementEvaluation\getUserResult().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilCmiXapiResult::getLastUpdate | ( | ) |
Definition at line 172 of file class.ilCmiXapiResult.php.
References $lastUpdate.
| ilCmiXapiResult::getObjId | ( | ) |
Definition at line 92 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by insert(), and update().
Here is the caller graph for this function:
|
static |
| $objId |
Definition at line 274 of file class.ilCmiXapiResult.php.
References $DIC, $objId, $query, $res, $result, and $results.
Referenced by ilLPStatusCmiXapiAbstract\loadStatusInfo().
Here is the caller graph for this function:| ilCmiXapiResult::getScore | ( | ) |
Definition at line 140 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 156 of file class.ilCmiXapiResult.php.
References $status.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilCmiXapiResult::getUsrId | ( | ) |
Definition at line 108 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 124 of file class.ilCmiXapiResult.php.
References $version.
Referenced by insert(), and update().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCmiXapiResult::save | ( | ) |
| ilCmiXapiResult::setId | ( | int | $id | ) |
| int | $id |
Definition at line 84 of file class.ilCmiXapiResult.php.
References $id.
Referenced by assignFromDbRow(), and insert().
Here is the caller graph for this function:| ilCmiXapiResult::setLastUpdate | ( | string | $lastUpdate | ) |
| string | $lastUpdate |
Definition at line 180 of file class.ilCmiXapiResult.php.
References $lastUpdate.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setObjId | ( | int | $objId | ) |
| int | $objId |
Definition at line 100 of file class.ilCmiXapiResult.php.
References $objId.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setScore | ( | float | $score | ) |
| float | $score |
Definition at line 148 of file class.ilCmiXapiResult.php.
References $score.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setStatus | ( | string | $status | ) |
| string | $status |
Definition at line 164 of file class.ilCmiXapiResult.php.
References $status.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setUsrId | ( | int | $usrId | ) |
| int | $usrId |
Definition at line 116 of file class.ilCmiXapiResult.php.
References $usrId.
Referenced by assignFromDbRow().
Here is the caller graph for this function:| ilCmiXapiResult::setVersion | ( | int | $version | ) |
| int | $version |
Definition at line 132 of file class.ilCmiXapiResult.php.
References $version.
Referenced by assignFromDbRow().
Here is the caller graph for this function:
|
protected |
Definition at line 194 of file class.ilCmiXapiResult.php.
References $DIC, 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:
|
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().