Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
ParserState::currentLine
Method of the class: ParserState{}
No Hooks.
Returns
Int.
Usage
$ParserState = new ParserState(); $ParserState->currentLine();
ParserState::currentLine() ParserState::currentLine code WC 10.5.0
public function currentLine()
{
return $this->iLineNo;
}