Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
ParserState::isEnd
Method of the class: ParserState{}
No Hooks.
Returns
true|false.
Usage
$ParserState = new ParserState(); $ParserState->isEnd();
ParserState::isEnd() ParserState::isEnd code WC 10.5.0
public function isEnd()
{
return $this->iCurrentPosition >= $this->iLength;
}