61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
|
name: MatchingNode
|
||
|
class_comment: '# * Represents a "<selector>:is(<subSelectorList>)" node.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * This component is a port of the Python cssselect library,
|
||
|
|
||
|
# * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Hubert Lenoir <lenoir.hubert@gmail.com>
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @internal'
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: selector
|
||
|
- name: arguments
|
||
|
default: '[]'
|
||
|
comment: '# * Represents a "<selector>:is(<subSelectorList>)" node.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * This component is a port of the Python cssselect library,
|
||
|
|
||
|
# * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Hubert Lenoir <lenoir.hubert@gmail.com>
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @internal
|
||
|
|
||
|
# */
|
||
|
|
||
|
# class MatchingNode extends AbstractNode
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @param array<NodeInterface> $arguments'
|
||
|
- name: getSpecificity
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces: []
|