Emogrifier::createRawDomDocument()
Method: Creates a DOMDocument instance from the given HTML and stores it in $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:426
Method: Creates a DOMDocument instance from the given HTML and stores it in $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:426
Method: Adds a selector to exclude nodes from emogrification.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:794
Method: Returns the HTML with added document type, Content-Type meta tag, and self-closing slashes, if needed, ensuring that the HTML will be good for creating a DOM document from it.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:448
Method: No longer excludes the nodes matching this selector from emogrification.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:806
Method: Applies $this->css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:465
Method: Parses the document and normalizes all existing CSS attributes.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:821
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