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