Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / vendor/pelago/emogrifier/src/Emogrifier.php / Page 7

Emogrifier::setCss()

Method: Sets the CSS to merge with the HTML.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:286

Used by 1 function | Uses 0 functions

Emogrifier::render()

Method: Renders the normalized and processed HTML.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:296

Used by 1 function | Uses 1 function

Emogrifier::renderBodyContent()

Method: Renders the content of the BODY element of the normalized and processed HTML.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:308

Used by 1 function | Uses 2 functions

Emogrifier::removeSelfClosingTagsClosingTags()

Method: Eliminates any invalid closing tags for void elements from the given HTML.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:323

Used by 2 functions | Uses 0 functions

Emogrifier::getBodyElement()

Method: Returns the BODY element.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:335

Used by 1 function | Uses 0 functions

Emogrifier::getHeadElement()

Method: Returns the HEAD element.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:347

Used by 1 function | Uses 0 functions

Emogrifier::emogrify()

Method: Applies $this->css to the given HTML and returns the HTML with the CSS applied.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:362

Used by 0 functions | Uses 3 functions

Emogrifier::emogrifyBodyContent()

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

Used by 0 functions | Uses 3 functions

Emogrifier::assertExistenceOfHtml()

Method: Checks that some HTML has been set, and throws an exception otherwise.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:397

Used by 2 functions | Uses 0 functions

Emogrifier::createUnifiedDomDocument()

Method: Creates a DOM document from the given HTML and stores it in $this->domDocument.

Source: vendor/pelago/emogrifier/src/Emogrifier.php:413

Used by 1 function | Uses 2 functions
« Previous 1 … 6 7
Proudly powered by WordPress