getErrors() public method

Retrieve the list of object errors.
public getErrors ( ) : array
return array The list of errors.
Example #1
0
File: Log.php Project: horde/horde
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     return $this->_data->getErrors();
 }