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

AttributeNode::getAttributepublicWC 1.0

Method of the class: AttributeNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AttributeNode = new AttributeNode();
$AttributeNode->getAttribute(): string;

AttributeNode::getAttribute() code WC 10.9.4

public function getAttribute(): string
{
    return $this->attribute;
}