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