21 lines
379 B
YAML
21 lines
379 B
YAML
|
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: []
|