public function Emogrifier::__construct in HTML Mail 5
Same name and namespace in other branches
- 6 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;
}