public function Emogrifier::__construct in HTML Mail 6
Same name and namespace in other branches
- 5 emogrifier/emogrifier.php \Emogrifier::__construct()
File
- emogrifier/emogrifier.php, line 51 
- CSS to Inline Converter Class
Class
Code
public function __construct($html = '', $css = '') {
  $this->html = $html;
  $this->css = $css;
}