interface HtmlToTextConverterInterface
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Symfony\Component\Mime\HtmlToTextConverter\HtmlToTextConverterInterface
Expanded class hierarchy of HtmlToTextConverterInterface
All classes that implement HtmlToTextConverterInterface
File
-
vendor/
symfony/ mime/ HtmlToTextConverter/ HtmlToTextConverterInterface.php, line 17
Namespace
Symfony\Component\Mime\HtmlToTextConverterView source
interface HtmlToTextConverterInterface {
/**
* Converts an HTML representation of a Message to a text representation.
*
* The output must use the same charset as the HTML one.
*/
public function convert(string $html, string $charset) : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
HtmlToTextConverterInterface::convert | public | function | Converts an HTML representation of a Message to a text representation. | 2 |