name: MatchingNode class_comment: '# * Represents a ":is()" 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 # * # * @internal' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: selector - name: arguments default: '[]' comment: '# * Represents a ":is()" 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 # * # * @internal # */ # class MatchingNode extends AbstractNode # { # /** # * @param array $arguments' - name: getSpecificity visibility: public parameters: [] comment: null - name: __toString visibility: public parameters: [] comment: null traits: [] interfaces: []