method = $method; } /** * @return string|null */ public function getMethod(): ?string { return $this->method; } /** * @param int|null $version */ public function setVersion(?int $version): void { $this->version = $version; } /** * @return int|null */ public function getVersion(): ?int { return $this->version; } /** * @param int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param bool|null $active */ public function setActive(?bool $active): void { $this->active = $active; } /** * @return bool|null */ public function getActive(): ?bool { return $this->active; } /** * @param bool|null $public */ public function setPublic(?bool $public): void { $this->public = $public; } /** * @return bool|null */ public function getPublic(): ?bool { return $this->public; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param string|null $operationId */ public function setOperationId(?string $operationId): void { $this->operationId = $operationId; } /** * @return string|null */ public function getOperationId(): ?string { return $this->operationId; } /** * @param string|null $parameters */ public function setParameters(?string $parameters): void { $this->parameters = $parameters; } /** * @return string|null */ public function getParameters(): ?string { return $this->parameters; } /** * @param string|null $request */ public function setRequest(?string $request): void { $this->request = $request; } /** * @return string|null */ public function getRequest(): ?string { return $this->request; } /** * @param string|null $response */ public function setResponse(?string $response): void { $this->response = $response; } /** * @return string|null */ public function getResponse(): ?string { return $this->response; } /** * @param Route_Method_Responses|null $responses */ public function setResponses(?Route_Method_Responses $responses): void { $this->responses = $responses; } /** * @return Route_Method_Responses|null */ public function getResponses(): ?Route_Method_Responses { return $this->responses; } /** * @param string|null $action */ public function setAction(?string $action): void { $this->action = $action; } /** * @return string|null */ public function getAction(): ?string { return $this->action; } /** * @param int|null $costs */ public function setCosts(?int $costs): void { $this->costs = $costs; } /** * @return int|null */ public function getCosts(): ?int { return $this->costs; } public function jsonSerialize() { return (object) array_filter(array('method' => $this->method, 'version' => $this->version, 'status' => $this->status, 'active' => $this->active, 'public' => $this->public, 'description' => $this->description, 'operationId' => $this->operationId, 'parameters' => $this->parameters, 'request' => $this->request, 'response' => $this->response, 'responses' => $this->responses, 'action' => $this->action, 'costs' => $this->costs), static function ($value) : bool { return $value !== null; }); } }__halt_compiler();----SIGNATURE:----SaYjR8QMB759pAP06Sss1KFghrnQ0V0c5pmo61JgfB2GEBoRFdItHzSJsbANv5jKkQ3F83VtxPh9RguKf8uNzSDekRz9x1OnzkT82JZZS/EAjhie4NHJY5YFOoi65w2n7RX/QvXB3kXKn0QdHq9UmCrKMiIXp2+YvkYiP1Qjjyjwx9ZmlxS0Ov69NmG/iCKygN8CLz1VO+Px5ExkDutMoY5gCyU2Un/jUaUt0LxeMHbj1xhPdjawkhFfmPum9h4sWCeuVRtnWgtADlEPaCuOYoBxm7yzKd9uGc1rMsDEx1UnR/V1VZB47rqWwk6Tpkvhi0ljP97JCGElE/W1Q2WBUSpnDK96wNogCkHa4GngQlld3XMH64LDNDA2cueD2F2Z9Lm0gJV0LVMIQsu+P75mNSs4Jr5cmz/B3ioGCgRtIIW6KBzKfysCbTNFGPdZ6QZ8BJEeQM0gCKEowaMMiCiYECOLglvWQHpymOabmbKOURY+dSW22q112H2GvIUV+kSBGt7PeWJcJnUL2DLiofBc50pmfhbD4TcYZdeICaYiBYF9qatQ6CKsxJuHo4QtayczwRuwpBRvv1+CpM9QnsfVJNKZ/qWFUamzD4bjPHzxa4tFTL7MCwTG5yZjg8q+sq0uwEa5mt5PaL53ev4CO2aMGkWCHxkEzIADWXxeAU/0ovs=----ATTACHMENT:----ODY4MjM4MzYwMjQwODA5MCAzNDA5MTg3OTAxNTQ3NTkxIDU5OTkxMDU4NzIxNDEyOTA=