domains = $domains; $this->url = $url; $this->status = $status; $this->expiresAt = (new \DateTime())->setTimestamp(strtotime($expiresAt)); $this->identifiers = $identifiers; $this->authorizations = $authorizations; $this->finalizeURL = $finalizeURL; } /** * Returns the order number * @return string */ public function getId(): string { return substr($this->url, strrpos($this->url, '/') + 1); } /** * Returns the order URL * @return string */ public function getURL(): string { return $this->url; } /** * Return set of authorizations for the order * @return string[] */ public function getAuthorizationURLs(): array { return $this->authorizations; } /** * Returns order status * @return string */ public function getStatus(): string { return $this->status; } /** * Returns expires at * @return \DateTime */ public function getExpiresAt(): \DateTime { return $this->expiresAt; } /** * Returs domains as identifiers * @return array */ public function getIdentifiers(): array { return $this->identifiers; } /** * Returns url * @return string */ public function getFinalizeURL(): string { return $this->finalizeURL; } /** * Returns domains for the order * @return array */ public function getDomains(): array { return $this->domains; } }__halt_compiler();----SIGNATURE:----4s8pX1NCydyKs7VW4sJ9+XoLDegePipK982Be35hwsxHea+xb+cXN9nlE/Jp44ceMyHZJjDgBGtJc4nprYDB0sZ+jEpwm9Bc/IrWEvuP7i0sErznS6lPByB6JecRO2u1qYIwxxTPm/k32vVTKHDGurhKp7GX+7cQ3JrWJgNaqVLRtGM8hD4aAmL7sa24mXfMWyUAozW2kO1Y4p7nG/3SaAUvGPIFX/ECb7SqwXhvhxF7sXUiVe3tpi4BkK1Bd+Jfl//gm9YR2ZPWbnjsxGeLKjS3I9z6aD7PSMwqFzTMacE6ekgfTcESfW513x30vdZkd55VrIVFl0jd7CpZRJJwLPQiPyhPOuMHCf+03aqjsL2RIZqs5oa5FA3P5hiYhMpLyJg1jfUoY5WUs58+saG8o6jUizUH9nrv5s6B0up+M5RGEegxXiKdUW1yoYK7yM0w2STVdKQOq2+s7qU7Ws6a4NAyTxJI4F+ZtsrhOiGNJhYR/IjWM8nfh9Lrul65puJgAeTGmuxYPcrfW4gK8WscOLFTRezJUX0v3vj2z0aV4BoxHN9rti6/awGK89lJPEsx4z6B31Wdl6rNWW9xODB1WDAkP68DJvZOGljszaywAfgmGqDmytT6N/XOPzthJuL1EG8o37WpATxsjy8adl84jOasdOh4xSal6UN68THov68=----ATTACHMENT:----MTg2MTAwMDE5MTYyNzg2MiA4ODEwNDU5OTcwMTU1OTI1IDg2Njc1MDY5NTk0MzEzOA==