Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::currentLinepublicWC 1.0

Method of the class: ParserState{}

No Hooks.

Returns

Int.

Usage

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

ParserState::currentLine() code WC 10.5.0

public function currentLine()
{
    return $this->iLineNo;
}