Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::anchorpublicWC 1.0

Method of the class: ParserState{}

No Hooks.

Returns

\Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing\Anchor.

Usage

$ParserState = new ParserState();
$ParserState->anchor();

ParserState::anchor() code WC 10.8.1

public function anchor()
{
    return new Anchor($this->iCurrentPosition, $this);
}