Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

This file contains a class definition for the LineItem resource

Author: Dirk Singels, Diego del Blanco, Claude Vervoort
Copyright: 2017 Cengage Learning http://www.cengage.com
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 334 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

lineitem:: (6 methods):
  __construct()
  execute()
  get_request()
  process_put_request()
  process_delete_request()
  parse_value()


Class: lineitem  - X-Ref

A resource implementing LineItem.

__construct($service)   X-Ref
Class constructor.

param: gradebookservices $service Service instance

execute($response)   X-Ref
Execute the request for this resource.

param: \mod_lti\local\ltiservice\response $response  Response object for this request.

get_request($response, $item, $typeid)   X-Ref
Process a GET request.

param: \mod_lti\local\ltiservice\response $response Response object for this request.
param: object $item Grade item instance.
param: string $typeid Tool Type Id

process_put_request($body, $olditem, $typeid)   X-Ref
Process a PUT request.

param: string $body PUT body
param: \ltiservice_gradebookservices\local\resources\lineitem $olditem Grade item instance
param: string $typeid Tool Type Id
return: string

process_delete_request($item)   X-Ref
Process a DELETE request.

param: \ltiservice_gradebookservices\local\resources\lineitem $item Grade item instance

parse_value($value)   X-Ref
Parse a value for custom parameter substitution variables.

param: string $value String to be parsed
return: string