You are here

protected function Html2Text::pregPreCallback in Swift Mailer 7

Callback function for preg_replace_callback use in PRE content handler.

Parameters

array $matches PREG matches:

Return value

string

File

includes/classes/Html2Text.inc, line 548

Class

Html2Text

Code

protected function pregPreCallback($matches) {
  return $this->preContent;
}