LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
AssignmentGrade Class Reference

Class to implement the Assignment and Grade services. More...

Inheritance diagram for AssignmentGrade:
Service LineItem Result Score

Public Member Functions

 __construct ($platform, $endpoint, $path='')
 Class constructor.
 
- Public Member Functions inherited from Service
 __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

- Data Fields inherited from Service
 $unsigned = false
 Whether service request should be sent unsigned.
 
- Protected Member Functions inherited from Service
 parseContextsInArray ($contexts, $arr)
 Parse the JSON for context references.
 
- Protected Attributes inherited from Service
 $endpoint = null
 Service endpoint.
 
 $scope = null
 Service access scope.
 
 $mediaType = null
 Media type of message body.
 

Detailed Description

Class to implement the Assignment and Grade services.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Definition at line 14 of file AssignmentGrade.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $platform,
  $endpoint,
  $path = '' 
)

Class constructor.

Parameters
Platform$platformPlatform object for this service request
string$endpointService endpoint
string$pathPath (optional)

Definition at line 24 of file AssignmentGrade.php.

References Service\$endpoint.


The documentation for this class was generated from the following file: