|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilLTIConsumerResult:Public Member Functions | |
| save () | |
| Save a result object. More... | |
| getId () | |
| getObjId () | |
| getUsrId () | |
| getResult () | |
Static Public Member Functions | |
| static | getById ($a_id) |
| Get a result by id. More... | |
| static | getByKeys ($a_obj_id, $a_usr_id, $a_create=false) |
| Get a result by object and user key. More... | |
| static | getResultsForObject ($objId) |
Data Fields | |
| $id | |
| $obj_id | |
| $usr_id | |
| $result | |
Protected Member Functions | |
| fillData ($data) | |
| Fill the properties with data from an array. More... | |
Definition at line 15 of file class.ilLTIConsumerResult.php.
|
protected |
Fill the properties with data from an array.
| array | assoc data |
Definition at line 98 of file class.ilLTIConsumerResult.php.
References $data.
Referenced by getById(), getByKeys(), and getResultsForObject().
Here is the caller graph for this function:
|
static |
Get a result by id.
| integer | id |
Definition at line 43 of file class.ilLTIConsumerResult.php.
References $DIC, $query, $res, and fillData().
Here is the call graph for this function:
|
static |
Get a result by object and user key.
| integer | object id |
| integer | user id |
| boolean | save a new result object result if not exists |
Definition at line 69 of file class.ilLTIConsumerResult.php.
References $DIC, $query, $res, fillData(), and save().
Referenced by ilObjLTIConsumer\buildLaunchParameters(), ilLPStatusLtiOutcome\getLtiUserResult(), ilLTIConsumerPlaceholderValues\getReachedScore(), and ilLTIConsumerResultService\handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLTIConsumerResult::getId | ( | ) |
Definition at line 136 of file class.ilLTIConsumerResult.php.
References $id.
| ilLTIConsumerResult::getObjId | ( | ) |
Definition at line 144 of file class.ilLTIConsumerResult.php.
References $obj_id.
| ilLTIConsumerResult::getResult | ( | ) |
Definition at line 160 of file class.ilLTIConsumerResult.php.
References $result.
|
static |
| $objId |
Definition at line 169 of file class.ilLTIConsumerResult.php.
References $DIC, $objId, $query, $res, $results, and fillData().
Here is the call graph for this function:| ilLTIConsumerResult::getUsrId | ( | ) |
Definition at line 152 of file class.ilLTIConsumerResult.php.
References $usr_id.
| ilLTIConsumerResult::save | ( | ) |
Save a result object.
Definition at line 109 of file class.ilLTIConsumerResult.php.
References $DIC.
Referenced by getByKeys().
Here is the caller graph for this function:| ilLTIConsumerResult::$id |
Definition at line 20 of file class.ilLTIConsumerResult.php.
Referenced by getId().
| ilLTIConsumerResult::$obj_id |
Definition at line 25 of file class.ilLTIConsumerResult.php.
Referenced by getObjId().
| ilLTIConsumerResult::$result |
Definition at line 35 of file class.ilLTIConsumerResult.php.
Referenced by getResult().
| ilLTIConsumerResult::$usr_id |
Definition at line 30 of file class.ilLTIConsumerResult.php.
Referenced by getUsrId().