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

Reader::moveForwardpublicWC 1.0

Method of the class: Reader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Reader = new Reader();
$Reader->moveForward( $length );
$length(int) (required)
.

Reader::moveForward() code WC 10.8.1

public function moveForward(int $length)
{
    $this->position += $length;
}