Class to represent a submission review.
More...
|
| __construct (?string $label=null, ?string $endpoint=null, ?array $custom=null) |
| Class constructor.
|
|
object | toJsonObject () |
| Generate the JSON object representation of the submission review.
|
|
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
- Copyright
- SPV Software Products
- Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3
◆ __construct()
__construct |
( |
?string | $label = null, |
|
|
?string | $endpoint = null, |
|
|
?array | $custom = null ) |
Class constructor.
- Parameters
-
string | null | $label | Label (optional) |
string | null | $endpoint | Endpoint (optional) |
array | null | $custom | Custom parameters (optional) |
◆ fromJsonObject()
Generate a SubmissionReview object from its JSON representation.
- Parameters
-
object | $json | A JSON object representing a submission review |
- Returns
- SubmissionReview|null The SubmissionReview object
Referenced by LineItem\fromJsonObject().
◆ toJsonObject()
Generate the JSON object representation of the submission review.
- Returns
- object