Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser
Token::getValue
Method of the class: Token{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Token = new Token(); $Token->getValue(): ?string;
Token::getValue() Token::getValue code WC 10.5.0
public function getValue(): ?string
{
return $this->value;
}