First Name: Last Name: E-mail: '; $this->html = $html; } /** * Return the HTML form * * @return string */ public function __toString() { return $this->html; } }