platform/api/symfony/Component/DomCrawler/Link.yaml

21 lines
379 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Link
class_comment: '# * Link represents an HTML link (an HTML a, area or link tag).
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies: []
properties: []
methods:
- name: getRawUri
visibility: protected
parameters: []
comment: null
- name: setNode
visibility: protected
parameters:
- name: node
comment: null
traits: []
interfaces: []