Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

Anchor::backtrackpublicWC 1.0

Method of the class: Anchor{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Anchor = new Anchor();
$Anchor->backtrack();

Anchor::backtrack() code WC 10.4.3

public function backtrack()
{
    $this->oParserState->setPosition($this->iPosition);
}