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 $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 int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param string|null $scope */ public function setScope(?string $scope): void { $this->scope = $scope; } /** * @return string|null */ public function getScope(): ?string { return $this->scope; } /** * @param string|null $ip */ public function setIp(?string $ip): void { $this->ip = $ip; } /** * @return string|null */ public function getIp(): ?string { return $this->ip; } /** * @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, 'appId' => $this->appId, 'userId' => $this->userId, 'status' => $this->status, 'scope' => $this->scope, 'ip' => $this->ip, 'search' => $this->search), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----GEnUBthlLUS4/5VvlgDNIhEIwn2jiVoWP7YKF4X80HYAKYF6anVqhh0cNyH9OBzsm8QFGlA08v7SyLSF3mCeV02Sc/yp1msm2jUXOI3CeW0whaBV+vTkSQM4JjyLLR+AThWjfuoN0GLfqV8Kezapmk3QQ5u9YQXXfccI9T0Yw4XXEJr9nGs6uUUIUq3Z4ze0yGPbqH8GLVGoswOZcbN7Jsy98p1BnXnL6Hht5okojlvqByUtZIAcF3nUC+6OcXPu9k3ymHZEGt/CgowL/iwxeRR66YBz1jNITK7gCEGZT91bkt2CJjyeNWaUFK/dUPWnFFEBMlTLFCxLglFQtIF/2uncPHmVqAwFHDe1sS/j9FNQ2yIkHCIOjS1jxOSFjL1/tCrRb868FE0qjIO0I+Aep82JNw6P6Vzr53wchc3CoMCVew1+KiX4SxCr1BgX/YY1xGAaoW/PTYvoXtqlGJotdlb9qQJToy8IuUGnpRPW4ef9jEmJC8Cdzeo4AgUPqd4Vrm7Mcvzt/IcboxSxdefAjbrDKV6QQGsXr9x4ZuaP945neLYcOfKVjV6pVUGbj9YwXc3ZBsfmMpzCfVV04GIlq8FZ7VSb1i8ivSxZKDUwCR4GqqVynTwRnj7xY5PPRftizmjocPLam7T+AFoleogcKF89zhgFLT6B2/j7PLGP8i0=----ATTACHMENT:----OTE2MDI5MDcwOTcxMzkxNyA2MjE5NDEzOTQ0MjIyNTU0IDMwMzExNDc3NTExMDk0NDk=