Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
AttributeNode::getAttribute
Method of the class: AttributeNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AttributeNode = new AttributeNode(); $AttributeNode->getAttribute(): string;
AttributeNode::getAttribute() AttributeNode::getAttribute code WC 10.9.4
public function getAttribute(): string
{
return $this->attribute;
}