|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilLTIConsumerGradeServiceLineItem:
Collaboration diagram for ilLTIConsumerGradeServiceLineItem:Public Member Functions | |
| __construct (ilLTIConsumerServiceBase $service) | |
| Class constructor. 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... | |
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 Member Functions inherited from ilLTIConsumerResourceBase | |
| parseTemplate () | |
| Parse the template for variables. 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.ilLTIConsumerGradeServiceLineItem.php.
| ilLTIConsumerGradeServiceLineItem::__construct | ( | ilLTIConsumerServiceBase | $service | ) |
Class constructor.
Service instance
Reimplemented from ilLTIConsumerResourceBase.
Definition at line 32 of file class.ilLTIConsumerGradeServiceLineItem.php.
References ilLTIConsumerResourceBase\$service, ILIAS\GlobalScreen\Provider\__construct(), ilLTIConsumerResourceBase\HTTP_DELETE, ilLTIConsumerResourceBase\HTTP_GET, and ilLTIConsumerResourceBase\HTTP_PUT.
Here is the call graph for this function: