getErrors() public méthode

Retrieve the list of object errors.
public getErrors ( ) : array
Résultat array The list of errors.
Exemple #1
0
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     return $this->_data->getErrors();
 }