ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilLTIConsumerServiceBase $service) | |
![]() | |
__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 | |
![]() | |
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... | |
![]() | |
parseTemplate () | |
Parse the template for variables. More... | |
![]() | |
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.ilLTIConsumerGradeServiceResults.php.
ilLTIConsumerGradeServiceResults::__construct | ( | ilLTIConsumerServiceBase | $service | ) |
Definition at line 32 of file class.ilLTIConsumerGradeServiceResults.php.
References ILIAS\GlobalScreen\Provider\__construct().