emogrifier = new Emogrifier(); $this->emogrifier->setDebug($appState->getMode() === State::MODE_DEVELOPER); } /** * Sets the HTML to be used with the css. This method should be used with setCss. * * @param string $html * @return void */ public function setHtml($html) { $this->emogrifier->setHtml($html); } /** * Sets the CSS to be merged with the HTML. This method should be used with setHtml. * * @param string $css * @return void */ public function setCss($css) { $this->emogrifier->setCss($css); } /** * Disables the parsing of