api/symfony/Component/HtmlSanitizer/Visitor/Model/Cursor.yaml
2024-09-26 02:03:21 -07:00

16 lines
346 B
YAML

name: Cursor
class_comment: null
dependencies:
- name: NodeInterface
type: class
source: Symfony\Component\HtmlSanitizer\Visitor\Node\NodeInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: node
comment: null
traits:
- Symfony\Component\HtmlSanitizer\Visitor\Node\NodeInterface
interfaces: []