|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilLTIConsumerGradeServiceScores:
Collaboration diagram for ilLTIConsumerGradeServiceScores:Public Member Functions | |
| __construct (ilLTIConsumerServiceBase $service) | |
| Class constructor. More... | |
| execute (ilLTIConsumerServiceResponse $response) | |
| Execute the request for this resource. More... | |
Public Member Functions inherited from ilLTIConsumerResourceBase | |
| __construct (ilLTIConsumerServiceBase $service) | |
| Class constructor. More... | |
| getTemplate () | |
| Get the resource template. More... | |
| getFormats () | |
| Get the resource media types. More... | |
| getMethods () | |
| Get the resource methods. More... | |
| getService () | |
| Get the resource's service. More... | |
| checkTool (array $scopes=array()) | |
| Check to make sure the request is valid. More... | |
Static Public Member Functions | |
| static | validate_iso8601_date (string $date) |
Protected Member Functions | |
| checkScore (string $requestData, int $objId) | |
Protected Member Functions inherited from ilLTIConsumerResourceBase | |
| parseTemplate () | |
| Parse the template for variables. More... | |
Static Protected Member Functions | |
| static | getUsrIdForObjectAndUsrIdent (int $objId, string $userIdent) |
Additional Inherited Members | |
Data Fields inherited from ilLTIConsumerResourceBase | |
| const | HTTP_POST = 'POST' |
| HTTP Post method. More... | |
| const | HTTP_GET = 'GET' |
| HTTP Get method. More... | |
| const | HTTP_PUT = 'PUT' |
| HTTP Put method. More... | |
| const | HTTP_DELETE = 'DELETE' |
| HTTP Delete method. More... | |
Protected Attributes inherited from ilLTIConsumerResourceBase | |
| string | $type |
| Type for this resource. More... | |
| string | $id |
| ID for this resource. More... | |
| string | $template |
| Template for this resource. More... | |
| array | $variables |
| Custom parameter substitution variables associated with this resource. More... | |
| array | $formats |
| Media types supported by this resource. More... | |
| array | $methods |
| HTTP actions supported by this resource. More... | |
| array | $params |
| Template variables parsed from the resource template. More... | |
Definition at line 30 of file class.ilLTIConsumerGradeServiceScores.php.
| ilLTIConsumerGradeServiceScores::__construct | ( | ilLTIConsumerServiceBase | $service | ) |
Class constructor.
Service instance
Reimplemented from ilLTIConsumerResourceBase.
Definition at line 32 of file class.ilLTIConsumerGradeServiceScores.php.
References ilLTIConsumerResourceBase\$service, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 82 of file class.ilLTIConsumerGradeServiceScores.php.
References $DIC, $objId, ilLTIConsumerResult\getByKeys(), ilObjLTIConsumer\getLogger(), getUsrIdForObjectAndUsrIdent(), ILIAS\Repository\int(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, and ilLPStatus\writeStatus().
Referenced by execute().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLTIConsumerGradeServiceScores::execute | ( | ilLTIConsumerServiceResponse | $response | ) |
Execute the request for this resource.
Definition at line 46 of file class.ilLTIConsumerGradeServiceScores.php.
References Vendor\Package\$e, ilLTIConsumerResourceBase\$params, $response, $scope, $token, checkScore(), ilLTIConsumerResourceBase\checkTool(), ilObjLTIConsumer\getLogger(), ilLTIConsumerServiceResponse\getRequestData(), ilLTIConsumerResourceBase\parseTemplate(), and ilLTIConsumerGradeService\SCOPE_GRADESERVICE_SCORE.
Here is the call graph for this function:
|
staticprotected |
Definition at line 196 of file class.ilLTIConsumerGradeServiceScores.php.
References $DIC, $objId, $query, $res, and ILIAS\Repository\int().
Referenced by checkScore().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 185 of file class.ilLTIConsumerGradeServiceScores.php.