Esempio n. 1
0
 /**
  * Get the reported errors
  * 
  * @param string $root The path to the root folder
  * 
  * @return array A list of errors
  */
 public function getErrors()
 {
     return $this->adapter->getErrors();
 }