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. | |
Class to represent a submission review.
Definition at line 12 of file SubmissionReview.php.
| __construct | ( | $label = null, |
|
$endpoint = null, |
|||
$custom = null |
|||
| ) |
Class constructor.
| string | null | $label | Label (optional) |
| string | null | $endpoint | Endpoint (optional) |
| array | null | $custom | Custom parameters (optional) |
Definition at line 43 of file SubmissionReview.php.
|
static |
Generate a SubmissionReview object from its JSON representation.
| object | $json | A JSON object representing a submission review |
Definition at line 57 of file SubmissionReview.php.
| toJsonObject | ( | ) |
Generate the JSON object representation of the submission review.
Definition at line 83 of file SubmissionReview.php.