Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath\Extension
AttributeMatchingExtension::getName
{@inheritdoc}
Method of the class: AttributeMatchingExtension{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AttributeMatchingExtension = new AttributeMatchingExtension(); $AttributeMatchingExtension->getName(): string;
AttributeMatchingExtension::getName() AttributeMatchingExtension::getName code WC 10.5.0
public function getName(): string
{
return 'attribute-matching';
}