getErrors() public method

Retrieve the list of object errors.
public getErrors ( ) : array
return array The list of errors.
Ejemplo n.º 1
0
Archivo: Log.php Proyecto: horde/horde
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     return $this->_data->getErrors();
 }