27 lines
497 B
YAML
27 lines
497 B
YAML
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: []
|