You are here

public function Emogrifier::__construct in HTML Mail 6

Same name and namespace in other branches
  1. 5 emogrifier/emogrifier.php \Emogrifier::__construct()

File

emogrifier/emogrifier.php, line 51
CSS to Inline Converter Class

Class

Emogrifier

Code

public function __construct($html = '', $css = '') {
  $this->html = $html;
  $this->css = $css;
}