You are here

public function HTML5::getErrors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

Masterminds

Code

public function getErrors() {
  return $this->errors;
}