version = $version; } /** * @return string|null */ public function getVersion(): ?string { return $this->version; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param string|null $screenshot */ public function setScreenshot(?string $screenshot): void { $this->screenshot = $screenshot; } /** * @return string|null */ public function getScreenshot(): ?string { return $this->screenshot; } /** * @param string|null $website */ public function setWebsite(?string $website): void { $this->website = $website; } /** * @return string|null */ public function getWebsite(): ?string { return $this->website; } /** * @param string|null $downloadUrl */ public function setDownloadUrl(?string $downloadUrl): void { $this->downloadUrl = $downloadUrl; } /** * @return string|null */ public function getDownloadUrl(): ?string { return $this->downloadUrl; } /** * @param string|null $sha1Hash */ public function setSha1Hash(?string $sha1Hash): void { $this->sha1Hash = $sha1Hash; } /** * @return string|null */ public function getSha1Hash(): ?string { return $this->sha1Hash; } public function jsonSerialize() { return (object) array_filter(array('version' => $this->version, 'description' => $this->description, 'screenshot' => $this->screenshot, 'website' => $this->website, 'downloadUrl' => $this->downloadUrl, 'sha1Hash' => $this->sha1Hash), static function ($value) : bool { return $value !== null; }); } }__halt_compiler();----SIGNATURE:----SpK6xw9GI+6xwnlwz+c2OcIMvdTxMeJiJTOrJ/LVFnmG7R8iYbpSRRomFVXgUVQ5R+LnuBUbX880t86T2mTVo3K4ftanV+KfqLjUvoBoBYn1eOSN2kWmYlJ6Pfw7kOccUUfTFndCEnNDr3TsnwfH5F0+abhB9USp8L/1p5Lb8O6oEcAr8PWMwV8rN/zwFAw3e/e1gz9yEbX3DAHfmCjlqdNXDqO5jKudThemqn9d5fUAUrBFMVRYdLK6Cm4RNfPLpVIGmFqQGC6JUpIDSlKfV7SFleRkOatNbeiqYtVPic76alRf1jTJi8itEhUM/AQiJ7u4zo2vDgOIvENdLxOE+jSr7MnRF6LOgT528PdQtwOIhWPIH0vjKNnluPkj+fCOOpNmwIqpjwdyBgmplZ/ecrNP1WEFC3ULc//XeoMx3xvaXOigy47CRxeYmBa1/LSh3dCqpqFeJ2g7swJskNlFFO/SC2UWYahj4U2Y7Kj4x8E2x8uU5aJRL7HAWtsHAXwXTfY/TbPryuVQlvP4xF+WIcTC8FxSO/eIOce6f/oVDHUPnYKhBuogGIbVlyi/FAjVWNYH8lmjOSNPZEBbQJL+/ePxXVX1g5CAQusZgg8NFtZGsts5GjOVXdV5gwQPmiuQuPxXYDtOFZALS/lwFUF4OwxVjwcwo7ezeZyFehiNypI=----ATTACHMENT:----MTk4MTIyNDkyODY2Nzg5MSAyMjk0NzM5OTc5NjA0NDIyIDc2MTU0ODQ2MTYyMzk2MjQ=