Constructor.
Parameters
$html
stringrequired- HTML to process.
Source
public function __construct( $html ) {
$this->html = $html;
}
Changelog
Version | Description |
---|---|
6.2.0 | Introduced. |
Constructor.
$html
stringrequiredpublic function __construct( $html ) {
$this->html = $html;
}
Version | Description |
---|---|
6.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.