Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
HashNode::getSpecificity
{@inheritdoc}
Метод класса: HashNode{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$HashNode = new HashNode(); $HashNode->getSpecificity(): Specificity;
Код HashNode::getSpecificity() HashNode::getSpecificity WC 11.0.1
public function getSpecificity(): Specificity
{
return $this->selector->getSpecificity()->plus(new Specificity(1, 0, 0));
}