Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::isEndpublicWC 1.0

Method of the class: ParserState{}

No Hooks.

Returns

true|false.

Usage

$ParserState = new ParserState();
$ParserState->isEnd();

ParserState::isEnd() code WC 10.5.0

public function isEnd()
{
    return $this->iCurrentPosition >= $this->iLength;
}