You are here

public function NodeInterface::getSpecificity in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/css-selector/Node/NodeInterface.php \Symfony\Component\CssSelector\Node\NodeInterface::getSpecificity()

Returns node's specificity.

Return value

Specificity

9 methods override NodeInterface::getSpecificity()
AttributeNode::getSpecificity in vendor/symfony/css-selector/Node/AttributeNode.php
Returns node's specificity.
ClassNode::getSpecificity in vendor/symfony/css-selector/Node/ClassNode.php
Returns node's specificity.
CombinedSelectorNode::getSpecificity in vendor/symfony/css-selector/Node/CombinedSelectorNode.php
Returns node's specificity.
ElementNode::getSpecificity in vendor/symfony/css-selector/Node/ElementNode.php
Returns node's specificity.
FunctionNode::getSpecificity in vendor/symfony/css-selector/Node/FunctionNode.php
Returns node's specificity.

... See full list

File

vendor/symfony/css-selector/Node/NodeInterface.php, line 36

Class

NodeInterface
Interface for nodes.

Namespace

Symfony\Component\CssSelector\Node

Code

public function getSpecificity();