32 lines
614 B
YAML
32 lines
614 B
YAML
|
name: TextNode
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: StringSanitizer
|
||
|
type: class
|
||
|
source: Symfony\Component\HtmlSanitizer\TextSanitizer\StringSanitizer
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: parentNode
|
||
|
- name: text
|
||
|
comment: null
|
||
|
- name: addChild
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: node
|
||
|
comment: null
|
||
|
- name: getParent
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: render
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\HtmlSanitizer\TextSanitizer\StringSanitizer
|
||
|
interfaces:
|
||
|
- NodeInterface
|