public function Scanner::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/src/HTML5/Parser/Scanner.php \Masterminds\HTML5\Parser\Scanner::__construct()
 
Create a new Scanner.
Parameters
\Masterminds\HTML5\Parser\InputStream $input: An InputStream to be scanned.
File
- vendor/
masterminds/ html5/ src/ HTML5/ Parser/ Scanner.php, line 29  
Class
- Scanner
 - The scanner.
 
Namespace
Masterminds\HTML5\ParserCode
public function __construct($input) {
  $this->is = $input;
}