You are here

public function Scanner::currentLine in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/masterminds/html5/src/HTML5/Parser/Scanner.php \Masterminds\HTML5\Parser\Scanner::currentLine()

Returns the current line that is being consumed.

Return value

int The current line number.

File

vendor/masterminds/html5/src/HTML5/Parser/Scanner.php, line 178

Class

Scanner
The scanner.

Namespace

Masterminds\HTML5\Parser

Code

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