Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser

Token::getValuepublicWC 1.0

Method of the class: Token{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Token::getValue() code WC 10.5.0

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