public function HTML5::getErrors in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/masterminds/html5/src/HTML5.php \Masterminds\HTML5::getErrors()
Return all errors encountered into parsing phase
Return value
array
File
- vendor/
masterminds/ html5/ src/ HTML5.php, line 145
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 getErrors() {
return $this->errors;
}