httpCode = $code; $this->content = $content; } /** * @return int */ public function getHttpCode(): int { return $this->httpCode; } /** * @return string */ public function getContent(): string { return $this->content; } }