You are here

public function InputStream::currentLine in Zircon Profile 8

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

Returns the current line that is being consumed.

TODO: Move this to the scanner.

1 method overrides InputStream::currentLine()
StringInputStream::currentLine in vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
Returns the current line that the tokenizer is at.

File

vendor/masterminds/html5/src/HTML5/Parser/InputStream.php, line 21

Class

InputStream
Interface for stream readers.

Namespace

Masterminds\HTML5\Parser

Code

public function currentLine();