__construct() public method

Contructor.
public __construct ( string $html )
$html string HTML source.
 /**
  *	{@inheritDoc}
  */
 public function __construct($html)
 {
     parent::__construct($html);
     $this->_fixCharset();
     $this->_loadDocument();
 }