getErrors() public method

Retrieves the list of object errors.
public getErrors ( ) : array
return array The list of errors.
示例#1
0
文件: Cached.php 项目: Gomez/horde
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     $this->_init();
     return $this->_data_cache->getErrors();
 }