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

Token::isFileEndpublicWC 1.0

Method of the class: Token{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Token = new Token();
$Token->isFileEnd(): bool;

Token::isFileEnd() code WC 10.5.0

public function isFileEnd(): bool
{
    return self::TYPE_FILE_END === $this->type;
}