LTI Integration Library 5.0.0-rc2
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
SubmissionReview Class Reference

Class to represent a submission review. More...

Public Member Functions

 __construct ($label=null, $endpoint=null, $custom=null)
 Class constructor.
 
object toJsonObject ()
 Generate the JSON object representation of the submission review.
 

Static Public Member Functions

static SubmissionReview fromJsonObject ($json)
 Generate a SubmissionReview object from its JSON representation.
 

Detailed Description

Class to represent a submission review.

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

Constructor & Destructor Documentation

◆ __construct()

__construct (   $label = null,
  $endpoint = null,
  $custom = null 
)

Class constructor.

Parameters
string$labelLabel (optional)
string$endpointEndpojnt (optional)
string$customCustom parameters (optional)

Member Function Documentation

◆ fromJsonObject()

static SubmissionReview fromJsonObject (   $json)
static

Generate a SubmissionReview object from its JSON representation.

Parameters
object$jsonA JSON object representing a submission review
Returns
SubmissionReview The SubmissionReview object

◆ toJsonObject()

object toJsonObject ( )

Generate the JSON object representation of the submission review.

Returns
object

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