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:----Ev6gf8wI9+8vTwT3G23S93y0h681Wd0tDITITlAYn0hFJ5AEJZYB+fMEJnJxPexj9nUExwbhsNt4qgb+Vy6UIKtVidtnwspoy/Anbk/8LgajKlZJNpds0Mc3uWBxzfmxTLr7UfHM3LoTCBEywyMljwUm7rrMlbmVAMJNj3/NR18LvoBdYHDsIQoS5iPMwHdfBaiqo2o4f+gMkVmj8rA4K7etsBPFKRpV85YYPVLWMmDVekDgn5pYz+BXNW3b99vE06yUWVEgiL05Jogbw3bsLl/2tZMSaHGr95cWxS0lorTyROYiyA9kDTntd/ji2A7EjdslU7X/M5KuuYI4618gHFt/U7rvujxA2pMoxRlCZz8cDtIAHY6f9Dwstnc832p5GYqQEfMcK+XDA67DB/UwY894mWmc85OyKqe9nbhxF9lm5j4b/ZtPzJr5gt2MtKKKM5a/TQujEfUvKTraQpbqllKSUC9mzcWOSUUCx6dX7BxTciCKr8DBTHTjPVTMUN6dyWwxXrEj8E4JEkhzjc843sdc8KPI3FOpS0w66+M3dM9GzPgb+mOx9o0zjTX6AY+zVK0tGRiz30nA6pEkepod3HSYcqjoPLzdTQK+z3mLw0V6vhGg22KQa9B4ZRR270s16tK9AinYxCXlm1njOz40wlK2Xw3JwJ2ThYSYgensqGQ=----ATTACHMENT:----OTU5Mjc5ODU2OTU4ODA4MiA5Njk5MDEwODk5NTE4NTU3IDc5NzYwNjg1OTEzMTA3MjI=