public function __construct($to, $subject, $body) { parent::__construct($body); $this->to = $to; $this->subject = $subject; }