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

Token::getTypepublicWC 1.0

Method of the class: Token{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Token = new Token();
$Token->getType(): ?int;

Token::getType() code WC 10.8.1

public function getType(): ?int
{
    return $this->type;
}