Class to implement the Assignment and Grade services. More...
Public Member Functions | |
__construct ($platform, $endpoint, $path='') | |
Class constructor. | |
![]() | |
__construct ($platform, $endpoint) | |
Class constructor. | |
getConsumer () | |
Get tool consumer. | |
getPlatform () | |
Get platform. | |
getScope () | |
Get access scope. | |
send ($method, $parameters=array(), $body=null) | |
Send a service request. | |
getHttpMessage () | |
Get HttpMessage object for last request. | |
Additional Inherited Members | |
![]() | |
$unsigned = false | |
Whether service request should be sent unsigned. | |
![]() | |
parseContextsInArray ($contexts, $arr) | |
Parse the JSON for context references. | |
![]() | |
$endpoint = null | |
Service endpoint. | |
$scope = null | |
Service access scope. | |
$mediaType = null | |
Media type of message body. | |
Class to implement the Assignment and Grade services.
Definition at line 14 of file AssignmentGrade.php.
__construct | ( | $platform, | |
$endpoint, | |||
$path = '' |
|||
) |
Class constructor.
Platform | $platform | Platform object for this service request |
string | $endpoint | Service endpoint |
string | $path | Path (optional) |
Definition at line 24 of file AssignmentGrade.php.
References Service\$endpoint.