representativeOfPage = $representativeOfPage; } /** * @return bool|null */ public function getRepresentativeOfPage(): ?bool { return $this->representativeOfPage; } /** * @param ImageObject|null $thumbnail */ public function setThumbnail(?ImageObject $thumbnail): void { $this->thumbnail = $thumbnail; } /** * @return ImageObject|null */ public function getThumbnail(): ?ImageObject { return $this->thumbnail; } /** * @param string|PropertyValue|null $exifData */ public function setExifData($exifData): void { $this->exifData = $exifData; } /** * @return string|PropertyValue|null */ public function getExifData() { return $this->exifData; } /** * @param string|MediaObject|null $caption */ public function setCaption($caption): void { $this->caption = $caption; } /** * @return string|MediaObject|null */ public function getCaption() { return $this->caption; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('representativeOfPage' => $this->representativeOfPage, 'thumbnail' => $this->thumbnail, 'exifData' => $this->exifData, 'caption' => $this->caption), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----Bp1vQc0bIyNsY54aixEEmwoGdqlzZShGuzdzaYk05r5nkgEQfQz/Tiizua6fZPECy4h8qYGek7bjpmG/xQoeFybVVpxxERQtls4wxtzI8Uegy9D+RvY+g6QVyIRW4tLbGebZGvPN0yFALdzp0QD8/+RRfAAOTJybF1KTb2mEXWpCqfEL+ivYYlCdO4CqME/PAgF2qF7SBSGBWWj69o2V9kkjdgYrIlMrWIPSwyavudxZvaOjwrsUMiOrrTAyfQZURZbZ8bSQ8uEBM1ttyYnqw6OR2U9ItUuqUo3XYr8bSJSj2/wy0lEOWLFrQwIXRv2JZwKqSIz70mhHBIwjp6kaeXHtZ0n3s1J2upS+h3h6CSujS/eXbt3JzCk3ASVpBONicbAJ7zLKpOf9NJ/xRiAVjHoBsYaaGBCB0D2N2KOkKHbs3E1ySLoQYYPczyQz18q+z91iYDwsznQTVm/vSCEdAsDIQDKh7/dpvDvSMAC2slXPQju+IX6zgXCwFbONX8TkfwPqvb1n1d7EJ7omUOpLANd7Ow73CCnXrvX+mPeLA1k3cR39odRz7zRZ3odPvlORytkZjGFFZ2gtiVLMhyKw06Y0JR2pJhvrxXJALEtqyW17Yt7GTp+K5W9HIh2icTldj5CA3XS6XJ8MQm3Kfi9kT9lsXZkS5VkTFecwAt9UxJ4=----ATTACHMENT:----NjY0MDcxMTI5MTIxOTgxIDgwNTQ2NzE4NTU4NjY1OTUgNTkyMjQ2MzM3NDY3MTg1Nw==