You are here

public function Html2Text::get_text in Swift Mailer 7

File

includes/classes/Html2Text.inc, line 288

Class

Html2Text

Code

public function get_text() {
  return $this
    ->getText();
}