public function Html2Text::get_text in Swift Mailer 7
File
- includes/
classes/ Html2Text.inc, line 288
Class
Code
public function get_text() {
return $this
->getText();
}
public function get_text() {
return $this
->getText();
}