subject = $subject; $this->body = $body; } public function get_subject(): string { return $this->subject; } public function get_body(): string { return $this->body; } }