from = $from; } /** * @return \DateTime|null */ public function getFrom(): ?\DateTime { return $this->from; } /** * @param \DateTime|null $to */ public function setTo(?\DateTime $to): void { $this->to = $to; } /** * @return \DateTime|null */ public function getTo(): ?\DateTime { return $this->to; } /** * @param int|null $routeId */ public function setRouteId(?int $routeId): void { $this->routeId = $routeId; } /** * @return int|null */ public function getRouteId(): ?int { return $this->routeId; } /** * @param int|null $appId */ public function setAppId(?int $appId): void { $this->appId = $appId; } /** * @return int|null */ public function getAppId(): ?int { return $this->appId; } /** * @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 $search */ public function setSearch(?string $search): void { $this->search = $search; } /** * @return string|null */ public function getSearch(): ?string { return $this->search; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('from' => $this->from, 'to' => $this->to, 'routeId' => $this->routeId, 'appId' => $this->appId, 'userId' => $this->userId, 'search' => $this->search), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----g6DRZPHlvuYcIKTcAHmiQJCw/8i3NuQpHG50+yANb048hzzrXEc84J66MkSIQ2L58sqa72T3VNrA6i7J5ktCGV3KTdZqnYuwmdH+NvPYCPJ3lRcps6mjFipB6q+S/Oglc7YcDV5Gm4Zi6R2092Yg12/te5SsO3sYmZVf9lxJsr8HKOGf7CKffj//s/cpjRudvJ9mitMm3I+PZPgOGvhAshX4EeBgwQugDyBaZ6dKx5kyXdnG6B650FNzT92aBOSOHc3zPRtjafFXQkj9PW8kIcS0drSqLtT9FBjw0XYbZqgeOcTgag9Jd95a4UvxhRP8t4l2Rkq/T4Ze/ygJt+KsYGOfUw0SKGlkFMxlL3C51C7v579xdPB4tU78B/oCo+evVFiFnN0XhyrnMg9TmS13AH1JmJfW48lbwrs5A1FBclz4X4Q/+pdZm+HXPg3Lxbu9wzIhcs4ICcP5EfigVnwiuWQtgY4hoCg+i/k5b5Ow1VelVfOjxEWLloRMrlAjxbodQZfrYIXGYwa1oi9yj/pMf0NZVCiiXtZvEb8gMRPWhDH0k0B2+F+Z7toCHiRePnUrIiD8brFkhf4fEXb1D8iEY/OxopXUcsC+W+hzBa+961ZWM0H54Q25pZg495fF0qwuP+Z1feSPYARz2X2azOk9JLeqTkxmNsg5lC8Bsp7Qjj0=----ATTACHMENT:----MTI5NTU5NjQyMjc3ODk1NSAxMjMxNjM5NTU3NDE1OTk1IDQ3ODY4ODUxNjE0NDM5ODc=