Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser
Reader::moveToEnd
Method of the class: Reader{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Reader = new Reader(); $Reader->moveToEnd();
Reader::moveToEnd() Reader::moveToEnd code WC 10.4.3
public function moveToEnd()
{
$this->position = $this->length;
}