api/symfony/Component/Mime/HtmlToTextConverter/HtmlToTextConverterInterface.yaml

28 lines
497 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: HtmlToTextConverterInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: convert
visibility: public
parameters:
- name: html
- name: charset
comment: '# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface HtmlToTextConverterInterface
# {
# /**
# * Converts an HTML representation of a Message to a text representation.
# *
# * The output must use the same charset as the HTML one.'
traits: []
interfaces: []