Emogrifier::setCss()
Method: Sets the CSS to merge with the HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:286
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
Method: Applies $this->css to the given HTML and returns only the HTML content within the
tag.Source: vendor/pelago/emogrifier/src/Emogrifier.php:381
Method: Checks that some HTML has been set, and throws an exception otherwise.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:397
Method: Creates a DOM document from the given HTML and stores it in $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:413