platform/api/symfony/Component/HtmlSanitizer/Parser/ParserInterface.yaml

31 lines
526 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ParserInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: parse
visibility: public
parameters:
- name: html
comment: '# * Transforms an untrusted HTML input string into a DOM tree.
# *
# * @author Titouan Galopin <galopintitouan@gmail.com>
# */
# interface ParserInterface
# {
# /**
# * Parse a given string and returns a DOMNode tree.
# *
# * This method must return null if the string cannot be parsed as HTML.'
traits: []
interfaces: []