Emogrifier::getHeadElement()
Method: Returns the HEAD element.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:347
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
Class: This class provides functions for converting CSS styles into inline style attributes in your HTML code.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:21
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