LTI Integration Library 4.10.3
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.
 
 toJsonObject ()
 Generate the JSON object representation of the submission review.
 

Static Public Member Functions

static 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

Definition at line 12 of file SubmissionReview.php.

Constructor & Destructor Documentation

◆ __construct()

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

Class constructor.

Parameters
string | null$labelLabel (optional)
string | null$endpointEndpoint (optional)
array | null$customCustom parameters (optional)

Definition at line 43 of file SubmissionReview.php.

Member Function Documentation

◆ fromJsonObject()

static 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

Definition at line 57 of file SubmissionReview.php.

◆ toJsonObject()

toJsonObject ( )

Generate the JSON object representation of the submission review.

Returns
object

Definition at line 83 of file SubmissionReview.php.


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