FunctionNode
class FunctionNode extends AbstractNode
Represents a "
This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
Methods
getSelector()
No description
string
getName()
No description
Token[]
getArguments()
No description
getSpecificity()
Returns node's specificity.
string
__toString()
Returns node's string representation.
Details
in AbstractNode at line line 34
string
getNodeName()
at line line 48
__construct(NodeInterface $selector, string $name, array $arguments = array())
at line line 58
NodeInterface
getSelector()
at line line 66
string
getName()
at line line 74
Token[]
getArguments()
at line line 82
Specificity
getSpecificity()
Returns node's specificity.
at line line 90
string
__toString()
Returns node's string representation.