getErrors() публичный Метод

Retrieve the list of object errors.
public getErrors ( ) : array
Результат array The list of errors.
Пример #1
0
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     return $this->_data->getErrors();
 }