Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
ParserState::anchor
Method of the class: ParserState{}
No Hooks.
Returns
\Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing\Anchor.
Usage
$ParserState = new ParserState(); $ParserState->anchor();
ParserState::anchor() ParserState::anchor code WC 10.8.1
public function anchor()
{
return new Anchor($this->iCurrentPosition, $this);
}