type = $type; } /** * @return string|null */ public function getType(): ?string { return $this->type; } /** * @param string|null $method */ public function setMethod(?string $method): void { $this->method = $method; } /** * @return string|null */ public function getMethod(): ?string { return $this->method; } /** * @param mixed|null $query */ public function setQuery($query): void { $this->query = $query; } /** * @return mixed|null */ public function getQuery() { return $this->query; } /** * @param string|null $bindingVersion */ public function setBindingVersion(?string $bindingVersion): void { $this->bindingVersion = $bindingVersion; } /** * @return string|null */ public function getBindingVersion(): ?string { return $this->bindingVersion; } public function jsonSerialize() { return (object) array_filter(array('type' => $this->type, 'method' => $this->method, 'query' => $this->query, 'bindingVersion' => $this->bindingVersion), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----kFDSPcV6fDsRKpejzg8478lgGxeLGDFSbxgNgoH7mLE8yUVJPt8q/rXyZHt6CkSppNcQVmSZZZaZ0SV/G0aY5oCUA06BX+J1LJVzqcolwCTBWzo+2NIl6mVkJc8dheOch7dudWGrwBZZwW+8uqXoJo4mUlnGGyWpAkVNcpzeuPn81ZyE3hNzuI770M0LjBZHICs3dr4zVVNUBT2ZKhwAnm1DGEpZup9Fa6t1raRDjxhDSUBet3dRcymLXCjaHn1fjNHUFU1TbGq/w/5u3rmOXQU9lCJZesfI3o7ZjW5zuNiaLUxsoPQIh1yXTCKxwAc+Ez/nTZxrCJxtt05qUXlyfD05PGCLUUg6YVCSTC6r/mvHUtwY/us12IBiVrzT+jN0xjikMa6YOkRxA7OEkZUJWTzp3nCY3N2rwWfecibfaSMlgz4ckdZgELzaf1Tv0XxpEpz/HjFM2NazBqtjic9dKCjKNeBDFnfEjRHDQA0ew2NMtyySYkSU3SwDKThbolbqglnnnVumK0Brbx1J5El06Fwrcz3xOQAjHznm4FnDiSOo3q5yKx4KHysntkqa5/972bX7OJ7V4XN+ChYmuwaxmMOyEAJi3V+3WY49OTYs6wHurIkFILqvEbP7ug7sIGNHxfVnLl/baqb5wJZTIHYRN7Q3sdXVJTWjK31kZigPouQ=----ATTACHMENT:----OTg2MzA2MTgxNTc5OTMxNiA1MDA5NzQ3MDExMDUxMTI4IDk1MzczMjc2Nzc4NDM5OTM=