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

Reader::moveToEndpublicWC 1.0

Method of the class: Reader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Reader = new Reader();
$Reader->moveToEnd();

Reader::moveToEnd() code WC 10.4.3

public function moveToEnd()
{
    $this->position = $this->length;
}