Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath\Extension
AttributeMatchingExtension::getName
{@inheritdoc}
Метод класса: AttributeMatchingExtension{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AttributeMatchingExtension = new AttributeMatchingExtension(); $AttributeMatchingExtension->getName(): string;
Код AttributeMatchingExtension::getName() AttributeMatchingExtension::getName WC 10.5.0
public function getName(): string
{
return 'attribute-matching';
}