customHtml = $bool; return true; } throw new ServiceException("Could not set customHtml. Input is not a Boolean", 1); } /** * Intializes the event and it's variables * @access public * @param Array UDT of user to send mail to * @param String VerificationCode * @param String VerificationURL */ public function init($udt, $verifyCode, $verifyURL) { $this->udt = $udt; } }