href = $href; } /** * @return string|null */ public function getHref(): ?string { return $this->href; } /** * @param string|null $rel */ public function setRel(?string $rel): void { $this->rel = $rel; } /** * @return string|null */ public function getRel(): ?string { return $this->rel; } /** * @param string|null $type */ public function setType(?string $type): void { $this->type = $type; } /** * @return string|null */ public function getType(): ?string { return $this->type; } /** * @param string|null $hreflang */ public function setHreflang(?string $hreflang): void { $this->hreflang = $hreflang; } /** * @return string|null */ public function getHreflang(): ?string { return $this->hreflang; } /** * @param string|null $title */ public function setTitle(?string $title): void { $this->title = $title; } /** * @return string|null */ public function getTitle(): ?string { return $this->title; } /** * @param int|null $length */ public function setLength(?int $length): void { $this->length = $length; } /** * @return int|null */ public function getLength(): ?int { return $this->length; } public function jsonSerialize() { return (object) array_filter(array('href' => $this->href, 'rel' => $this->rel, 'type' => $this->type, 'hreflang' => $this->hreflang, 'title' => $this->title, 'length' => $this->length), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----XGBmaDWe6ZDqwfeswG5fP+iqTacKImY/iRuStIGUBmsBveBq4cGW27epm2NnP1ZQGlUlo524Z+nYM3UZYJwbYgbbFY9TBnCS97TYifMlZoE1ReoaCmX9uIxPOk9Y+FN9OFyRTIKUcywJMrp5SC6l8BeSYJ2nG/Iv7Gi/83dCHYlsAG5u7UN6+C78RJw9gC/fjZS55PleRd7mX/2xzN3McevrC/5mFYt414Jg7+zWpTlq1ejKbIihsHBNhM1hw8pZLxjcdyEj+PxHJ83L7ymBpdQYmtOtSTWa2Z5J9uycgIMK+9LkpvP2c7GCJ/6z17ixV6K1UL9tiJQQZNphN61YnyoM4ibqJTpCC+dK2IRNQemzyaq5u7RU28jPf4vUCa5Xtz69d3XHgqQgKJk/rRIbZApoza+eEInH51HwIBgqa99q88JRvFORAG9YDU4JIYcqhVQAU2JPAV30DA1cdSFA750JAkPljFuC5YLAL9E2ZpxZG1NLmSdn10pmrXsm6Qoq994zqMuNOPo+YPcMTW88J8tSBh088aoyiDC0GSCLnNXn+x/6yOiKOqWYA3LHdM1dkeMM/cNg8+Dp8vx50zREfqPtVbNMR/FIyMqkBpJJUhKi1rhO69kFkOGCCfAChkVdVri1Dfo9NIbUfTuQ8ThFTZPyzKZ2ZpnX9Dx/PrCGlcQ=----ATTACHMENT:----OTI0NzEwMDEyMjcxNzE2MSA4MDczOTU2ODE5NzkxNDQxIDE4MjkzMTYyMTM3MzE5NjE=