Emogrifier::__construct()
Method:
Source: vendor/pelago/emogrifier/src/Emogrifier.php:240
Method:
Source: vendor/pelago/emogrifier/src/Emogrifier.php:240
Method: Sets the HTML to process.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:257
Method: Provides access to the internal DOMDocument representation of the HTML in its current state.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:274
Method: Sets the CSS to merge with the HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:286
Method: Renders the normalized and processed HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:296
Method: Renders the content of the BODY element of the normalized and processed HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:308
Method: Eliminates any invalid closing tags for void elements from the given HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:323
Method: Returns the BODY element.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:335
Method: Returns the HEAD element.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:347
Method: Applies $this->css to the given HTML and returns the HTML with the CSS applied.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:362