id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @param int|null $userId */ public function setUserId(?int $userId): void { $this->userId = $userId; } /** * @return int|null */ public function getUserId(): ?int { return $this->userId; } /** * @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 $date */ public function setDate(?DateTime $date): void { $this->date = $date; } /** * @return \DateTime|null */ public function getDate(): ?DateTime { return $this->date; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'userId' => $this->userId, 'title' => $this->title, 'date' => $this->date), static function ($value) : bool { return $value !== null; }); } }__halt_compiler();----SIGNATURE:----X7yrRF1dzjfmjESH3cDCNHCciRz3b842olK2H0oPWdDdEErQstipdrwY0opvBfuRiTK08L5n8ilmzP5CrKGEvusS7cDMdlFAxgorUTsWVz1nPj3UMG2Ynku4n/Q9t6NQngahV9YprPThrf6SVtc7YJpho30nGjDNVFwF+IsvNawQOk6ozFKOhgrVgJBbkNvlykgoxPfYwOKpsopdiwu171xYLHals+XNS6TAMiWensxZygYQ4NyEFlkcTi/isoH6nIW+RF4X2HtEpQzPRt1fjqc430xjrZiVcjz/r64DD/oeJ+FHbNsK9/sSiOOPfe3hdGlKjRrICgD0PlWUNohnCkOmK6v6Jr/ruvMJmXydO8yKgTlQrvgi/SL7RSySCh/2D+L+678cKeB7uAioB4WYY0RnUARKPy75rccJK1q/1jAm8CoW2WU/ozjrrhS4jb+FCuq7AREkVXeDWSMVFzlAW5wi01qsLXcXG9rTyLWNP9jd94/2QHwnxJOGknHzOL5JUfKooELfjM7UJdDBx4PAbHWug6/A6sbdaYCm8Wp3uGXHSRbYR8lZwxQYNftZpjAh4L+eBKRC7p0SsLgaDpR2VG4c0L/rOhYbficjfTxSFMgeuEAchMlMyILhFRn8q26I4yvtbErQDf9d+mMsff3VNOvUkJhD6eaXQD0/OwpDbgQ=----ATTACHMENT:----NjUwMDA2OTMxMDYyMDI0MSAzNTAzMjQyNDcyOTE2MTAzIDQxMDA4MzgxMTcwMTYwOTQ=