Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

ElementNode::getSpecificitypublicWC 1.0

{@inheritdoc}

Метод класса: ElementNode{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ElementNode = new ElementNode();
$ElementNode->getSpecificity(): Specificity;

Код ElementNode::getSpecificity() WC 10.5.1

public function getSpecificity(): Specificity
{
    return new Specificity(0, 0, $this->element ? 1 : 0);
}