itemReviewed = $itemReviewed; } /** * @return Thing|null */ public function getItemReviewed(): ?Thing { return $this->itemReviewed; } /** * @param string|null $reviewBody */ public function setReviewBody(?string $reviewBody): void { $this->reviewBody = $reviewBody; } /** * @return string|null */ public function getReviewBody(): ?string { return $this->reviewBody; } /** * @param Rating|null $reviewRating */ public function setReviewRating(?Rating $reviewRating): void { $this->reviewRating = $reviewRating; } /** * @return Rating|null */ public function getReviewRating(): ?Rating { return $this->reviewRating; } /** * @param string|null $reviewAspect */ public function setReviewAspect(?string $reviewAspect): void { $this->reviewAspect = $reviewAspect; } /** * @return string|null */ public function getReviewAspect(): ?string { return $this->reviewAspect; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('itemReviewed' => $this->itemReviewed, 'reviewBody' => $this->reviewBody, 'reviewRating' => $this->reviewRating, 'reviewAspect' => $this->reviewAspect), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----jUWQJsOY8b6CFFdWED0Yo8Ygh0vaSNZrFsOTqgc7OA/Hgqjn9f4r0ONQV7AofXa+7w72q4jikabI/jPAziEaGd6wiCu4mHHt8PC6tk55ohNImpx3mKG7oLIgKrggL0flywVUGO2OmqgvKVELYD2Xy9oo3FjQooJcznX2JmOmgXgLQVqcEEkh4fGs1qAj01//QazvtmdPDYV75CAISSGV+gxJrLMxAGX9AZS47hJAujCIFgpsJ2fNezgc2AsnoAJD678GjmFR876iCTH3g3OONvdvg3pSlEJAgCuPig4SJ/rjriGQaIJjLE1PRXXrKSbClCIcQvb3Sfr9VfYq+nDEo7x6sR7DvCwthlPpYFjYtptZtDZG04086CEVGCcdz/h+HGYoKEEtXhAOgygse0Ca0wF7wWt15RtMQUru4ZyEGZhShtkzbNc0tz0juGDojyNEx/XfQwf45x0dS94KiNUUs+7rv3YCWao/a0lvA8c56o7I3ZqYYEwDdGob4td5VRyil018p0uyvMGo0MqVAgIWT0dRFfwHrCPYqAropHlHViU2qKwqOCyiRHmFJcB3vkS4p6Jqi2C+TvsnNkdF3VVR2HT0lcRwy8Xm6xOhAVtM1aR30Sq5tqDxqs4hoQ+snqai7YGROMuTZ3Cl91nxCIKTXs8SXEcXQG3YJy3xE3p6NSQ=----ATTACHMENT:----NTkwODc3NTQ4NDA4MTczMyA5NTk2NjExNDIzNDc3OTYwIDgyODEyNDM0MjIyMTA5MA==