public function HTML5::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/masterminds/html5/src/HTML5.php \Masterminds\HTML5::__construct()
File
- vendor/
masterminds/ html5/ src/ HTML5.php, line 34
Class
- HTML5
- This class offers convenience methods for parsing and serializing HTML5. It is roughly designed to mirror the \DOMDocument class that is provided with most versions of PHP.
Namespace
MastermindsCode
public function __construct(array $options = array()) {
$this->options = array_merge($this->options, $options);
}