|null */ protected $author; /** @var array|null */ protected $category; /** @var Text|null */ protected $content; /** @var array|null */ protected $contributor; /** @var string|null */ protected $id; /** @var array|null */ protected $link; /** @var \DateTime|null */ protected $published; /** @var string|null */ protected $rights; /** @var Atom|null */ protected $source; /** @var Text|null */ protected $summary; /** @var string|null */ protected $title; /** @var \DateTime|null */ protected $updated; /** * @param array|null $author */ public function setAuthor(?array $author): void { $this->author = $author; } /** * @return array|null */ public function getAuthor(): ?array { return $this->author; } /** * @param array|null $category */ public function setCategory(?array $category): void { $this->category = $category; } /** * @return array|null */ public function getCategory(): ?array { return $this->category; } /** * @param Text|null $content */ public function setContent(?Text $content): void { $this->content = $content; } /** * @return Text|null */ public function getContent(): ?Text { return $this->content; } /** * @param array|null $contributor */ public function setContributor(?array $contributor): void { $this->contributor = $contributor; } /** * @return array|null */ public function getContributor(): ?array { return $this->contributor; } /** * @param string|null $id */ public function setId(?string $id): void { $this->id = $id; } /** * @return string|null */ public function getId(): ?string { return $this->id; } /** * @param array|null $link */ public function setLink(?array $link): void { $this->link = $link; } /** * @return array|null */ public function getLink(): ?array { return $this->link; } /** * @param \DateTime|null $published */ public function setPublished(?\DateTime $published): void { $this->published = $published; } /** * @return \DateTime|null */ public function getPublished(): ?\DateTime { return $this->published; } /** * @param string|null $rights */ public function setRights(?string $rights): void { $this->rights = $rights; } /** * @return string|null */ public function getRights(): ?string { return $this->rights; } /** * @param Atom|null $source */ public function setSource(?Atom $source): void { $this->source = $source; } /** * @return Atom|null */ public function getSource(): ?Atom { return $this->source; } /** * @param Text|null $summary */ public function setSummary(?Text $summary): void { $this->summary = $summary; } /** * @return Text|null */ public function getSummary(): ?Text { return $this->summary; } /** * @param string|null $title */ public function setTitle(?string $title): void { $this->title = $title; } /** * @return string|null */ public function getTitle(): ?string { return $this->title; } /** * @param \DateTime|null $updated */ public function setUpdated(?\DateTime $updated): void { $this->updated = $updated; } /** * @return \DateTime|null */ public function getUpdated(): ?\DateTime { return $this->updated; } public function jsonSerialize() { return (object) array_filter(array('author' => $this->author, 'category' => $this->category, 'content' => $this->content, 'contributor' => $this->contributor, 'id' => $this->id, 'link' => $this->link, 'published' => $this->published, 'rights' => $this->rights, 'source' => $this->source, 'summary' => $this->summary, 'title' => $this->title, 'updated' => $this->updated), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----R19T1dShFBmIWdlCoxiOoz9oRxBuwkrmbTsduQyJUgyN65SZZdTirhFhoP76pLKfxT9i3r0mNeK0ATgWv+gylBkeqCejHbRpE/erD+cUbjgi3qTAs8uzuiWPjlSw6JYoenUblDXpEMXZlTAZyS/fou4TtzVvKHDcf3yF4PJ0lD0+l4I1j4X4FN9s7aE8G+FgDEApPmo7mZTXb/20zS9TiccbPkcMc5P5lCq29DdtvSTDrZjmEORUK/jz/oRNx7lRatLTfSDuk/Zk5WbWpINfRqEZcHsVrJ78S9onOwunLt0gtLgI0JBCVQI1ojkTgdpXmrYT6SHLFNFFNALf4pA5YmKJw0gigtyj68VxyZN/auwLJZkokLh9y2aKp3tOwqJ51BuM9Un+4yK6F5phB+abSfFHt2TYzkGFFCyBzcvaM0pdCpGSCoz8PS2deKPIcxyvbLSsZqbi+1t/SRivG6z4cv38BFz3oxoi5bNgbATkAlO6qapOl8sh8WIqXVgSjB4hYyVLAWWeN5tJMJGpTmsZEpKUdpjl8Nur0DwB6WnZMWzwEwNxpgKXi+pgaam21qlkPJAarIS8UgnEib+2id0d8NBxRu6uX32SjQ6v9G5/O0nmwAz8XWKf9trBxWlIwl/TLSUJTVlBHTzJzXU3n61z0NjkPmOkxhOxiC+MCsew1uA=----ATTACHMENT:----MTcyNjMyMTk1MTAyODg3OCA2NTgxMTk1ODgwNDY0NzI1IDY4NTg1OTg4MDAyNzUyNg==