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

AttributeNode::getValuepublicWC 1.0

Method of the class: AttributeNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AttributeNode = new AttributeNode();
$AttributeNode->getValue(): ?string;

AttributeNode::getValue() code WC 10.4.3

public function getValue(): ?string
{
    return $this->value;
}