You are here

public function Html2Text::setHtml in Swift Mailer 7

Set the source HTML

Parameters

string $html HTML source content:

1 call to Html2Text::setHtml()
Html2Text::set_html in includes/classes/Html2Text.inc

File

includes/classes/Html2Text.inc, line 253

Class

Html2Text

Code

public function setHtml($html) {
  $this->html = $html;
  $this->converted = false;
}